summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-6186: [Java Broker] Prevent Bindings leak on binding deleteKeith Wall2014-10-241-0/+2
* QPID-2374: Ensure --require-encryption works as expected for ssl even when sa...Gordon Sim2014-10-231-4/+1
* QPID-6184: Add special thread factory to use with Executors which creates Thr...Alex Rudyy2014-10-234-6/+149
* QPID-6158: Stress test utilities for testing of java broker REST and JMX inte...Alex Rudyy2014-10-234-0/+1166
* QPID-6177: qpid-tool should print warning when initial connection to broker f...Pavel Moravec2014-10-231-2/+7
* QPID-6182: AMQP 1.0 consumer should be able to get messages from browse-only ...Pavel Moravec2014-10-231-0/+1
* QPID-6182: AMQP 1.0 consumer should be able to get messages from browse-only ...Pavel Moravec2014-10-231-1/+2
* QPID-6181: [Java Broker] JMX mbean improperly deletes queuesKeith Wall2014-10-232-2/+2
* NO-JIRA : add Java Broker 0-9 specific tests to CPPExcludesRobert Godfrey2014-10-231-0/+7
* QPID-6174: [Java Rest Tests] Apply a HTTP connectiion timeout to the REST tes...Keith Wall2014-10-231-0/+2
* QPID-6125 : temporary hack to deal with issue causing tests to fail when brok...Robert Godfrey2014-10-231-6/+19
* QPID-6179 - [Java Client] Connection establishment can send invalid frame seq...Robert Godfrey2014-10-231-0/+3
* QPID-6125 : only send close frame if not already closingRobert Godfrey2014-10-221-8/+11
* QPID-6174 : Increase defaults for Jetty thread pool sizeRobert Godfrey2014-10-221-2/+2
* QPID-6125 : make coalescing committer commit on stop if environment still viableRobert Godfrey2014-10-221-10/+23
* QPID-6178: [C++ Broker] Fix compile issue with VS2008 and Boost 1.55Charles E. Rolke2014-10-223-6/+7
* QPID-6154: [Java Broker] Fix race condition that would cause an ReplicatedEnv...Keith Wall2014-10-221-17/+15
* QPID-6125 : make _virtualHost volatileRobert Godfrey2014-10-221-1/+1
* QPID-6176: [Java Broker] Re-instate the variables/values that are now missing...Andrew MacBean2014-10-221-51/+45
* QPID-6125 : only log store exceptions that occur against a vhost which is no ...Robert Godfrey2014-10-221-0/+12
* QPID-6108 : point to Java 7 SE (and not 6) java docsRobert Godfrey2014-10-211-3/+3
* QPID-6108 : point to Java 7 SE (and not 6) java docsRobert Godfrey2014-10-211-1/+1
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-2124-93/+230
* NO-JIRA : removed unused constant which historically related to the use of MI...Robert Godfrey2014-10-211-1/+0
* QPID-6174 : Expose settings for restricting number of threads / queued jobs i...Robert Godfrey2014-10-212-0/+27
* QPID-6173: [Java Broker] Disallow attribute updates to the BDBHAReplicaVirtua...Keith Wall2014-10-211-0/+9
* QPID-6154: [Java Broker] HA - Handle rollback of node when use of weak durabi...Keith Wall2014-10-218-61/+240
* QPID-6108: [Java Client 0.8 Docs] Bump recommended JDK to 1.7Keith Wall2014-10-211-1/+1
* QPID-6172 : Fix test to account for the fact that TYPE is always presentRobert Godfrey2014-10-211-2/+9
* QPID-6172 : Ensure the type attribute is always present in the actual attribu...Robert Godfrey2014-10-211-1/+6
* QPID-6171 : make Connection.getChannels() return a data structure that can be...Robert Godfrey2014-10-211-4/+4
* QPID-6168: [Java Broker] Valid values check not to be applied for non mandato...Keith Wall2014-10-212-7/+30
* QPID-6161 : use vhost names rather than vhost node names for the name aliasesRobert Godfrey2014-10-212-14/+3
* QPID-6168: [Java Broker] Move valid value check into the create/change valida...Keith Wall2014-10-202-15/+49
* QPID-6125 : correct the behaviour of exchange declare where the exchange alre...Robert Godfrey2014-10-202-3/+11
* QPID-6168: [Java Broker] Improve unit tests around valid values and setting o...Keith Wall2014-10-205-12/+161
* QPID-6125 : force flush after receiving frameRobert Godfrey2014-10-202-1/+4
* QPID-6168: [Java Broker] Enforce that an attribute's value falls within the d...Keith Wall2014-10-206-9/+97
* QPID-6169: [Java Broker] HA Prevent IllegalStateException possibility from re...Keith Wall2014-10-201-2/+13
* QPID-6125 : ensure exchange-ok is sent promptlyRobert Godfrey2014-10-201-1/+1
* QPID-6138: [Java Perf Tests] Update perf test defs to remove redundant testsAndrew MacBean2014-10-204-98/+1
* QPID-6160: disable SSLv3 in CPP broker and clientKen Giusti2014-10-201-0/+10
* QPID-6125 : ignore headers and bodies when the channel is closedRobert Godfrey2014-10-202-2/+8
* QPID-6162 : add documentationRobert Godfrey2014-10-173-11/+60
* QPID-6164 : add documentation to the client bookRobert Godfrey2014-10-173-21/+39
* QPID-6165 : [Java Broker] Allow the number of open connections to be limited ...Robert Godfrey2014-10-1714-41/+540
* QPID-6161 : fix bdb ha tests where the vhn name differs from the vh name by a...Robert Godfrey2014-10-171-6/+19
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-1712-101/+211
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-1726-32/+822
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-17549-56793/+10406