summaryrefslogtreecommitdiff
path: root/java/systests
Commit message (Expand)AuthorAgeFilesLines
...
* NO-JIRA: Remove unnecessary build dependency from systest => web.Keith Wall2012-08-011-1/+1
* 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-3998, QPID-3999, QPID-4093: rename new pluginsRobert Gemmell2012-07-081-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-2820-2339/+153
* 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-4029: update the systest configuration to be self-contained, separating ...Robert Gemmell2012-05-3012-10/+221
* 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-3994: fix -Doptional=true enabling of the optional bdbstore dependency i...Robert Gemmell2012-05-201-0/+6
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1710-96/+122
* 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-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-1/+0
* 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-3989 : [Java Broker] Add ability to run "in-memory" Derby storeRobert Godfrey2012-05-084-0/+139
* 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-042-1/+4
* QPID-3929: remove old perftests + integrationtests + junit-toolkit modules an...Robert Gemmell2012-04-0455-9471/+1
* 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-3011-792/+91
* 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
* QPID-3751 I had missed this file when I was applying Weston's patch.Rajith Muditha Attapattu2012-03-131-0/+97
* QPID-3894: MessageListener test improvmentsKeith Wall2012-03-119-1102/+497
* QPID-3873: update test additions to fix defects around deliverymode variation...Robert Gemmell2012-03-111-41/+10
* QPID-3873: Add tests to verify that publishing of unroutable messages does no...Robert Gemmell2012-03-111-0/+66
* QPID-3751 Committing patch from Weston Price.Rajith Muditha Attapattu2012-03-081-3/+3
* QPID-3867: ManagedQueueMBeanTest, fix test issue causing sporadic failure on ...Keith Wall2012-03-011-7/+12
* QPID-3605: update test comments to reflect change in broker behaviour after t...Robert Gemmell2012-03-011-2/+4