summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* merge changes from trunk up to r1354912Robert Gemmell2012-06-281-15/+16
|\
| * 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
* | NO-JIRA: Moved the mBean focused system tests to broker-plugins/jmx module. R...Keith Wall2012-06-289-2050/+11
* | merge changes from trunk up to r1353860Robert Gemmell2012-06-274-2/+112
* | NO-JIRA: Implement reload principal data. Also implement system tests for JMX...Keith Wall2012-06-271-40/+33
* | NO-JIRA: Expose producer flow blocked through Session model objectKeith Wall2012-06-261-49/+151
* | NO-JIRA: Implement replacement for AMQQueueAlertTest.Keith Wall2012-06-252-0/+97
* | NO-JIRA: Implement ManagedQueue#set/getAlternateExchange in JMX management la...Keith Wall2012-06-221-5/+80
* | NO-JIRA: Queues now support a description attribute which can be specified at...Keith Wall2012-06-202-27/+111
* | QPID-4062 : [Java Tests] Java system tests sometimes fail due to JMX port alr...Keith Wall2012-06-153-13/+59
* | NO-JIRA: Allow JMX to be turned off from configurationKeith Wall2012-06-152-2/+5
* | NO-JIRA: Remove remaining dead JMX implementation from beneath /broker; remov...Keith Wall2012-06-151-2/+1
* | NO-JIRA: Reenable the BDBHAMBean and its system tests.Keith Wall2012-06-142-1/+12
* | NO-JIRA: move processing of whether notifications are due into the queue itse...Robert Gemmell2012-06-101-2/+1
* | merge changes from trunk up to r1347688Robert Gemmell2012-06-071-0/+1
* | Add unit test for ConnectionMBean, update ConnectionMBean system test, add ad...Robert Gemmell2012-06-072-172/+79
* | merge changes from trunk up to r1344677Robert Gemmell2012-06-0515-25/+359