summaryrefslogtreecommitdiff
path: root/java/systests/src/main/java/org/apache/qpid/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-033-1/+187
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-049-1020/+517
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-277-14/+13
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2712-76/+60
* QPID-3604 Added a test case to cover this issue.Rajith Muditha Attapattu2012-01-241-0/+39
* QPID-3747: Prefetch behaviour test occasionally fails on 0-10 profileKeith Wall2012-01-131-22/+28
* QPID-3635: Refactored testcase to make objectives more clearKeith Wall2012-01-121-20/+73
* QPID-3604 Reverting the changes as it releases messages everytime theRajith Muditha Attapattu2012-01-111-39/+1
* QPID-3604 The code now drains individual consumer queues as well as theRajith Muditha Attapattu2012-01-111-0/+39
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-151-2/+3
* QPID-3642: Fix for redelivery regression found by python testsKeith Wall2011-11-301-0/+50
* NO-JIRA: add missing licence headers to various files in the java treeRobert Gemmell2011-11-172-0/+40
* QPID-3562: actually commit the test tooRobert Gemmell2011-10-301-0/+116
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-212-2/+288
* NO-JIRA: update various tests to try and avoid their sporadic failure on the ...Robert Gemmell2011-10-072-8/+8
* QPID-3526: ensure that the session is marked clean after message.acknowledge(...Robert Gemmell2011-10-071-0/+25
* QPID-3524, QPID-3525, QPID-3526, QPID-3527: add new failover behaviour tests ...Robert Gemmell2011-10-061-0/+924
* QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests...Robert Gemmell2011-09-251-2/+2
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-181-69/+90
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-073-84/+0
* QPID-2815: refactor broker startup to present a clean interface interface for...Robert Gemmell2011-07-071-1/+1
* QPID-3098Rajith Muditha Attapattu2011-03-011-3/+23
* QPID-1670: Implement an UncaughtExceptionHandler to log exceptions causing t...Robert Gemmell2011-02-041-16/+90
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-4/+0
* Tidy up various badly named testsAndrew Donald Kennedy2010-08-131-0/+34
* Add the ASF License to various classes currently missing itRobert Gemmell2010-06-021-0/+20
* QPID-2639Rajith Muditha Attapattu2010-06-029-18/+18
* Modified the test to make the results more predictable.Rajith Muditha Attapattu2010-04-091-19/+21
* This is a fix for QPID-2493Rajith Muditha Attapattu2010-04-091-0/+112
* This is related to QPID-2447Rajith Muditha Attapattu2010-03-221-0/+43
* Modified SSLTest to temporarily set all ssl jvm args to invalid values, to te...Rajith Muditha Attapattu2010-03-191-8/+16
* Added test cases for QPID-2444 and QPID-2446Rajith Muditha Attapattu2010-03-191-0/+110
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* This commit contains the changes agreed upon in QPID-2363 except for the conn...Rajith Muditha Attapattu2010-01-281-65/+55
* This is related to QPID-2363Rajith Muditha Attapattu2010-01-271-0/+138
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-091-1/+3
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-2/+2
* QPID-1223 : Non QTC and some QTC tests are still not correctly cleaning up th...Martin Ritchie2009-08-061-2/+0
* QPID-1823: Allow recycling of channel IDsAidan Skinner2009-04-211-0/+63
* QPID-1817 : Update QTC to provide the configuration file to an external brokerMartin Ritchie2009-04-161-18/+1
* Added comments to help understand the testMartin Ritchie2009-04-111-2/+8
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-251-0/+8
* QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat...Aidan Skinner2009-02-191-4/+0
* QPID-1573: Change AMQQueueDeferredOrderingTest, ReturnUnroutableMandatoryMess...Aidan Skinner2009-01-142-34/+19
* QPID-1339:Rafael H. Schloming2008-10-271-3/+5
* QPID-1394 : Renamed file, that was miss named, to end in Test so that it is p...Martin Ritchie2008-10-241-1/+1
* QPID-1394 : Added test to validate that Provider is registered after connecti...Martin Ritchie2008-10-241-0/+101
* QPID-1320: Remove unusued variables, check that right number of messages have...Aidan Skinner2008-10-171-23/+11
* QPID-1320: Yank out random, badly written 08 test. Use correct one instead.Aidan Skinner2008-10-151-229/+84
* QPID-1245: use notifyMessage rather than onMessage in setMessageListener so t...Rafael H. Schloming2008-08-151-0/+10