summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4121: AMQProtocolEngine now uses lock to prevent the thread-unsafe use o...Keith Wall2012-07-103-15/+31
* QPID-4114: added missing commons-logging dependency to perftests module for u...Keith Wall2012-07-101-1/+1
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-098-9/+9
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-0838-168/+217
* QPID-3923, QPID-3998: update the Adapter layer to either use UUIDGenerator it...Robert Gemmell2012-07-0816-87/+203
* QPID-3998, QPID-3999, QPID-4093: rename new pluginsRobert Gemmell2012-07-08106-16/+16
* QPID-4113: no longer caching duration override because it broke inter-test is...Robert Gemmell2012-07-061-9/+9
* QPID-4113: added support for a system property to override all participant du...Robert Gemmell2012-07-062-1/+81
* QPID-4114: add a release-bin target to perftests so we can create a deployabl...Robert Gemmell2012-07-062-1/+10
* QPID-4110: Java Performamce Tests. Cleaning up the subscriptions map at the e...Keith Wall2012-07-061-0/+1
* QPID-4093: [Java Broker] Prevent new queues and exchanges from being created ...Keith Wall2012-07-063-15/+55
* QPID-4093: Prevent NullPointerException from ExchangeMBean when target queue ...Keith Wall2012-07-062-27/+251
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-066-38/+44
* QPID-3977: tidy up chart generation.Keith Wall2012-07-0541-27721/+80
* QPID-4110 added topic support to performance tests.Keith Wall2012-07-0514-36/+501
* QPID-4109: Re-enable LoggingManagement MBeanKeith Wall2012-07-0542-1296/+1421
* QPID-4105: perf test tidy-up code changes:Keith Wall2012-07-048-45/+70
* QPID-4103: [Java Performance Tests] Allow specifying of test configuration wi...Keith Wall2012-07-0414-53/+1045
* 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-0274-244/+527
* QPID-4089: Add latency tests into java performance test frameworkKeith Wall2012-07-0242-50/+12574
* QPID-4093: Resolve some outstanding TODOs in new JMX moduleKeith Wall2012-07-0212-57/+150
* QPID-3923: remove deprecated test-only AMQQueueFactory method and update test...Robert Gemmell2012-07-0115-123/+75
* QPID-3923: update ID generation to be consistent across all queues/exchanges/...Robert Gemmell2012-07-0112-53/+191
* QPID-4090: Bug fix: allow Java client to make connections to Java Broker usin...Keith Wall2012-06-303-9/+93
* QPID-4902: NPE from SimpleAMQQueue and RejectedExecutionExecution handlingKeith Wall2012-06-305-22/+29
* QPID-4099: Fix race condition in test FailoverBehaviourTest.testFlowControlFl...Keith Wall2012-06-291-1/+4
* QPID-4098: update POM generation for the plugins to mark the dependencies as ...Robert Gemmell2012-06-296-1/+8
* QPID-4098: generate maven release artifacts for the broker pluginsRobert Gemmell2012-06-295-5/+18
* QPID-3998: add dependency stubs for jetty components to fix the POM generatio...Robert Gemmell2012-06-299-0/+250
* QPID-3999: add logo image which was missed during previous commitRobert Gemmell2012-06-291-0/+0
* QPID-4094: Qpid MC misformats JMX notification datesKeith Wall2012-06-291-1/+1
* QPID-3998, QPID-3999, QPID-4093: exclude missed Java-only test class from the...Robert Gemmell2012-06-281-1/+1
* QPID-4093: work around ancient versions of Ant lacking 'erroronmissingdir' in...Robert Gemmell2012-06-282-8/+20
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-28296-7811/+21553
* QPID-4080: close initial connections after use rather than allowing them to f...Robert Gemmell2012-06-281-8/+7
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-272-24/+11
* QPID-4091 : [Java Broker] correct handling of dtx set timeoutRobert Godfrey2012-06-273-21/+34
* QPID-4075: Exclude qmf_events from java/python testsKeith Wall2012-06-261-0/+1
* QPID-4080: restore connectdelay to previous value and increase retriesRobert Gemmell2012-06-251-2/+2
* QPID-4081: [Java Tests] Applied patch supplied by Alex RudyyRobert Godfrey2012-06-224-2/+112
* QPID-4080: [Java Broker] HA - Increase client connectdelay to allow test to b...Keith Wall2012-06-211-1/+1
* QPID-4069: DistributedClientTest.testClientFailsToCreateProducerUsingInvalidS...Keith Wall2012-06-152-9/+11
* QPID-4052: [Java Broker] Increase the number of retries that the client will ...Keith Wall2012-06-151-1/+1
* QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate c...Keith Wall2012-06-157-5/+259
* QPID-3977: Add support for 3D bar/line charts; XY line charts, chart subtitle...Keith Wall2012-06-1523-100/+777
* QPID-4050: reduced verbosity of logging. Also removed unnecessary imports and...Keith Wall2012-06-1515-18/+19
* NO-JIRA: Simple fix to make JBoss7 compilation classpath genericWeston M. Price2012-06-141-5/+5
* NO-JIRA:Weston M. Price2012-06-133-5/+7
* QPID-4061 - Added statistic: Number of unacknowledged messages in a sessionTed Ross2012-06-131-0/+6