summaryrefslogtreecommitdiff
path: root/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-0/+348
* QPID-3713 : Implement producer side flow control for 0-10 in Java BrokerRobert Godfrey2012-01-021-6/+17
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-18/+20
* QPID-3712: Correct QpidBrokerTestCase#isExternalBroker logic to correct retur...Keith Wall2011-12-261-2/+2
* QPID-3713: remove redundant failover test casesKeith Wall2011-12-269-1499/+6
* QPID-3703: ACL test improvementsKeith Wall2011-12-202-174/+0
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-152-24/+30
* QPID-2243, QPID-3658: update test to fix incorrect assumption that messages h...Robert Gemmell2011-12-021-0/+10
* QPID-2243: 0-10 protocol connections do not have a matching JMX MBean to allo...Robert Gemmell2011-12-011-0/+229
* QPID-3642: Fix for redelivery regression found by python testsKeith Wall2011-11-301-0/+50
* QPID-3641: rename configuration element aclv2 => acl.Keith Wall2011-11-281-2/+2
* QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also...Keith Wall2011-11-281-161/+136
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-282-0/+722
* QPID-3474: Use JMX notification handback data to ensure that open/close/fail ...Keith Wall2011-11-241-78/+95
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-248-876/+432
* QPID-3426: Remove broken/no-value test FailoverTest#test4MinuteFailoverKeith Wall2011-11-221-43/+0
* QPID-3622: Removal of unwanted SortedQueue tests.Keith Wall2011-11-211-53/+0
* QPID-3559: SimpleDateFormat used in thread unsafe manner in JMX Managed Queue...Keith Wall2011-11-201-0/+129
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-202-39/+603
* NO-JIRA: add missing licence headers to various files in the java treeRobert Gemmell2011-11-173-0/+60
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-173-373/+175
* QPID-3490: creating queue via JMX now binds the queue to the default exchange...Keith Wall2011-11-119-25/+174
* QPID-3539: NoLocal should occur at the connection level and not the session l...Keith Wall2011-11-101-0/+143
* QPID-3536: 0-10 overrides JMS AcceptMode with a defaulted (not explicitly set...Keith Wall2011-11-071-13/+48
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-072-10/+113
* QPID-3562: actually commit the test tooRobert Gemmell2011-10-301-0/+116
* NO-JIRA: correct test issue causing failures on the Jenkins slaves during per...Robert Gemmell2011-10-301-1/+2
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-212-2/+288
* QPID-3542: ensure session complete sent for filtered out messagesKeith Wall2011-10-181-7/+5
* QPID-3546: update the highestDeliveryTag marker during failover to prevent th...Robert Gemmell2011-10-131-1/+1
* NO-JIRA: increase the receive timeouts using the existing constant in order t...Robert Gemmell2011-10-121-7/+7
* QPID-3542: Java client does not ack non-matching messages when using client s...Keith Wall2011-10-111-36/+31
* NO-JIRA: update various tests to try and avoid their sporadic failure on the ...Robert Gemmell2011-10-073-15/+14
* NO-JIRA: allow test to take longer when run on a persistent broker, due to sp...Robert Gemmell2011-10-071-1/+2
* QPID-3526: ensure that the session is marked clean after message.acknowledge(...Robert Gemmell2011-10-071-0/+25
* QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ...Keith Wall2011-10-063-283/+276
* QPID-3524, QPID-3525, QPID-3526, QPID-3527: add new failover behaviour tests ...Robert Gemmell2011-10-061-0/+924
* QPID-3525: stop the client from accidentally consuming the messages it is act...Robert Gemmell2011-10-061-5/+4
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-063-404/+83
* QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/...Robert Gemmell2011-09-304-27/+24
* QPID-3513: Avoid use of shell script clean-dir during test cycleKeith Wall2011-09-291-52/+49
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-283-28/+17
* QPID-3444, QPID-3363: update destinations in AddressBasedDestinationTest to u...Robert Gemmell2011-09-252-6/+5
* QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests...Robert Gemmell2011-09-252-4/+4
* QPID-3332: Separate open/idle transaction timeout tests to remove the possibi...Keith Wall2011-09-234-312/+198
* QPID-3501: LogMonitor duplicates chunks of log file if it fails to find match...Keith Wall2011-09-234-28/+23
* QPID-3501: LogMonitor can corrupt test logs files and cause tests subclassing...Keith Wall2011-09-2212-60/+127
* QPID-3493: FailoverMethodTest.testFailoverSingleDelay occasionally fails on s...Keith Wall2011-09-191-2/+2
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-192-36/+24
* QPID-2672: Unroutable persistent messages should be immediately removed from ...Keith Wall2011-09-151-7/+44