summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-3998, QPID-3999: get the user name from HttpServletRequest#getRemoteUser...Robert Gemmell2012-07-111-0/+4
* NO-JIRA: add some logging around the DtxBranch timeout functionality to aid d...Robert Gemmell2012-07-101-8/+72
* QPID-4128: HA should not use amq.failover for replication linksAlan Conway2012-07-102-2/+3
* QPID-4126: HA primary times out expected backups.Alan Conway2012-07-107-33/+112
* QPID-4127: Ensure SystemInfo::isLocalHost() returns true for ::1Gordon Sim2012-07-101-1/+5
* QPID-4125 : [Java Broker] allow coalescing of commits for multiple channels o...Robert Godfrey2012-07-104-29/+185
* 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-4118: HA does not work with authentication and authorization.Alan Conway2012-07-098-36/+179
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-0916-20/+20
* QPID-3757: clean up demux when subscription manager is destroyedGordon Sim2012-07-092-1/+12
* QPID-4111: update release.sh to account for new java broker release artifactsRobert Gemmell2012-07-081-3/+11
* 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-4117: honour alternate-exchange option specified within x-declare for a ...Gordon Sim2012-07-062-2/+24
* 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-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-066-17/+66
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-07-061-81/+224
* NO-JIRA: Changed VariantImpl to use a union more sensibly and avoid ugly and ...Andrew Stitcher2012-07-061-39/+33
* NO-JIRA: Fix previous TimerTask fix to workaround stupid windows.h symbol cor...Andrew Stitcher2012-07-062-3/+3
* 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-4101: Fixes building the Ruby language bindings for Ruby 1.9Andrew Stitcher2012-07-053-8/+7
* QPID-4085: HA review and fix lock scopes.Alan Conway2012-07-053-45/+53
* NO-JIRA: Remove dead code.Alan Conway2012-07-056-63/+0
* QPID-4085: HA failover test: wait for all receivers to be connected.Alan Conway2012-07-051-12/+13
* QPID-4085: HA add missing lock in HaBroker::getKnownBrokers()Alan Conway2012-07-051-0/+1
* QPID-4085: HA failover test: client failure: "connection not yet open"Alan Conway2012-07-051-1/+1
* QPID-4085: HA message-loss race condition, handling replication event after r...Alan Conway2012-07-054-8/+18
* NO-JIRA: Fix for potential Timer deadlock issue:Andrew Stitcher2012-07-052-11/+51
* 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
* NO-JIRA: Trivial fix for crash-on-exit bug.Alan Conway2012-07-043-3/+2
* 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: Don't run the IPv6 test unless the machine has global IPv6 addressesAndrew Stitcher2012-07-031-0/+13
* NO-JIRA: Removed dead code.Alan Conway2012-07-031-8/+0
* NO-JIRA: Typo in previous fixAndrew Stitcher2012-07-021-1/+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