summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4352: fix break in ConnectionFactory following SSL truststore/keystore p...Robert Gemmell2012-10-023-29/+55
* NO-JIRA: remove unused 'manual non-test' classesRobert Gemmell2012-10-022-532/+0
* QPID-4334: removed the firewall plugin and moved its functionality into the A...Keith Wall2012-09-282-283/+29
* QPID-4333: remove the Slow Consumer Detection plugin and associated documenta...Robert Gemmell2012-09-206-834/+0
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-176-109/+64
* QPID-4303: FailoverTest sometimes fails on slower CI boxes.Keith Wall2012-09-141-11/+14
* QPID-4292: add ACL rule to authorise access to the web management UIKeith Wall2012-09-101-9/+18
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-104-27/+329
* QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete...Robert Gemmell2012-09-012-8/+77
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-31/+0
* QPID-4250: ensure producer creation on 0-8/0-9/0-9-1 connections respects the...Robert Gemmell2012-08-262-29/+97
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-243-27/+32
* NO-JIRA: remove unused manual test classRobert Gemmell2012-08-141-277/+0
* QPID-4124: Improved logging that is produced when the various transaction tim...Robert Gemmell2012-07-311-1/+1
* QPID-4164: Patch to extend MaxDeliveryCountTest to check for this bugKeith Wall2012-07-301-53/+21
* QPID-3575Rajith Muditha Attapattu2012-07-161-1/+1
* QPID-4109: Re-enable LoggingManagement MBeanKeith Wall2012-07-051-1/+3
* QPID-4104: Create and bind second queue in test StoreOverfullTest#testCapacit...Keith Wall2012-07-041-0/+1
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-023-22/+22
* QPID-4099: Fix race condition in test FailoverBehaviourTest.testFlowControlFl...Keith Wall2012-06-291-1/+4
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-2818-2338/+149
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-271-15/+16
* QPID-4081: [Java Tests] Applied patch supplied by Alex RudyyRobert Godfrey2012-06-224-2/+112
* QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port alr...Robert Godfrey2012-06-123-13/+59
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-061-0/+1
* QPID-4009, QPID-4017: exclude new 0-8/0-9/0-9-1 and/or Java broker specific t...Robert Gemmell2012-05-291-0/+7
* QPID-4029: add ability to selectively include a protocol version on a given p...Robert Gemmell2012-05-292-15/+131
* QPID-4017: reset the session flow control blocked status during failover.Robert Gemmell2012-05-291-0/+87
* QPID-4009: Make failover method invocation timeout configurable for 0-8/0-9/0...Robert Gemmell2012-05-291-0/+88
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-292-58/+221
* QPID-4023: restore connection URL setter, add check that URL details have bee...Robert Gemmell2012-05-281-1/+18
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-175-86/+110
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-171-0/+109
* QPID-3990: Multiple XAResources isSameRM behaviorWeston M. Price2012-05-142-11/+129
* QPID-3979: [Java Broker] Conflation queuesKeith Wall2012-05-111-117/+283
* QPID-3980: Last Value Queue: Replaced conflation queue entries are never dele...Keith Wall2012-05-091-70/+43
* QPID-3988 : Fix spurious test errors caused by change in log4j ConsoleAppende...Robert Godfrey2012-05-091-36/+29
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-0/+347
* QPID-3864: add missing licence headers to files in the java tree that are inc...Robert Gemmell2012-04-192-0/+40
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-171-4/+5
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-122-9/+7
* QPID-3911: Fix deadlock on concurrent invocation of MessageConsumer#close() a...Robert Gemmell2012-04-061-0/+57
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-041-0/+3
* QPID-3929: remove old perftests + integrationtests + junit-toolkit modules an...Robert Gemmell2012-04-0453-9447/+0
* QPID-3927: add a systest which would highlight the underlying issue by failin...Robert Gemmell2012-04-031-0/+100
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-307-781/+80
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-301-13/+5
* NO-JIRA: QpidBrokerTestCase - minor improvementsKeith Wall2012-03-304-31/+25
* QPID-3904: Java client should set AMQConnection#_closed flag on receipt of 0-...Keith Wall2012-03-211-0/+17
* QPID-3895: Remove blocked channel/session from the list of blocked channels o...Keith Wall2012-03-191-2/+34