summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4912: Allow setting queue binding arguments in exchange MBeanAlex Rudyy2013-06-064-19/+179
* QPID-4911: Add unit test for setting of queue binding arguments in XML config...Alex Rudyy2013-06-061-1/+64
* Add a test for recovering a message with 0-length body. NO-JIRA.Stephen D. Huston2013-06-061-0/+17
* Allows QMF to build on Windows; resolves QPID-4909.Stephen D. Huston2013-06-064-13/+21
* QPID-4900: Add the server properties to the AMQP 1.0 SASL ProtocolEngine as w...Robert Gemmell2013-06-065-18/+40
* NO-JIRA: make the example usable though still horribleRobert Gemmell2013-06-062-2/+4
* QPID-4903: don't delete subscription queue when closing link if it was explic...Gordon Sim2013-06-061-1/+1
* QPID-4854: Removed use of intrusive_ptr::reset to work with older boost versionsAndrew Stitcher2013-06-051-1/+1
* QPID-4908: Reduce the description text for MessageGroupSharedGroups attributeAlex Rudyy2013-06-051-1/+1
* QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou...Alex Rudyy2013-06-055-9/+88
* QPID-4854: Removed code now unused since this changeAndrew Stitcher2013-06-042-3/+0
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special property...Gordon Sim2013-06-0423-96/+711
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-0412-11/+24
* QPID-4905: Tidy upAndrew Stitcher2013-06-0413-46/+17
* QPID-4904 : [Java] AMQShortString.equals should only return true if it is bei...Robert Godfrey2013-06-031-2/+2
* QPID-4904 : [Java] AMQShortString.equals should on return true if it is being...Robert Godfrey2013-06-035-70/+63
* QPID-4897 : [Java Broker] Fix FilterSupport to look for String rather than AM...Robert Godfrey2013-06-031-1/+1
* QPID-4897 : [Java Broker] changes to how exchangeBound result is calculatedRobert Godfrey2013-06-021-8/+51
* QPID-4900 : [Java Broker] Broker should return its version to the client as i...Robert Godfrey2013-06-025-3/+54
* QPID-4897 : [Java Broker] add ability to test for existence of binding purely...Robert Godfrey2013-06-024-1/+25
* QPID-4899 : [Java Broker] Allow setting queue binding arguments in XML config...Robert Godfrey2013-06-022-5/+13
* QPID-4898 : [Java Broker] Allow setting arbitrary arguments in queue defintio...Robert Godfrey2013-06-025-10/+112
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-0126-1661/+1501
* QPID-4894: Fix removal of exchange binidings in web management consoleAlex Rudyy2013-06-011-1/+1
* NO-JIRA - Fixed a defect introduced in the last commit.Ted Ross2013-05-311-2/+2
* QPID-4896: Change Drain/Spout not to assume a virtualhost named testKeith Wall2013-05-311-1/+5
* NO-JIRA - Fixed a warning thrown in Release mode on older compilers.Ted Ross2013-05-301-1/+1
* NO-JIRA - Replace use of "pipe2" with "pipe" because pipe2 is not available o...Ted Ross2013-05-301-1/+11
* NO-JIRA - Removed debug prints.Ted Ross2013-05-301-3/+0
* NO-JIRA - Cleaned up include files to prevent redefining typedefs.Ted Ross2013-05-3011-49/+68
* QPID-4893: prevent uninitialised buffered messages being transferedGordon Sim2013-05-302-8/+16
* QPID-4886: fix autoconf distcheckGordon Sim2013-05-301-0/+1
* QPID-4886: Pass non-const reference to Message in QueueObserver functions.Alan Conway2013-05-293-1/+60
* NO-JIRA: Added connection timeout to python client, used in brokertests.Alan Conway2013-05-292-6/+5
* NO-JIRA: CMake: Added missing test_wrap around stop_broker test.Alan Conway2013-05-291-1/+1
* QPID-4892: Re-add the examples to the gemfile.Darryl L. Pierce2013-05-281-0/+1
* QPID-4891: remove test file for further testing of Subversion->JIRA integrationRobert Gemmell2013-05-281-1/+0
* QPID-4891: add test file for further testing of Subversion->JIRA integrationRobert Gemmell2013-05-281-0/+1
* QPID-4713: fix handling of reply to when converting from 1.0 to 0-10 formatGordon Sim2013-05-286-17/+116
* NO-JIRA: also sign rar files during the release processRobert Gemmell2013-05-271-1/+1
* NO-JIRA: match the frequency of rate failure warnings to stats report frequencyGordon Sim2013-05-271-5/+7
* QPID-4887: retrieve username and password from url if specifiedGordon Sim2013-05-271-2/+3
* QPID-4890: added workaround to test to handle issues with closing stdin of su...Gordon Sim2013-05-271-0/+1
* NO-JIRA: copy JCA module maven output to the release artifacts dirRobert Gemmell2013-05-261-0/+1
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-251-2/+2
* NO-JIRA - Pre-settled deliveries that are received must be locally settled.Ted Ross2013-05-242-58/+8
* QPID-4889: Only installs the Swig descriptors in /usr/includeDarryl L. Pierce2013-05-241-5/+0
* QPID-4888: correct handling of link namingGordon Sim2013-05-2418-28/+150
* QPID-4884: prevent segfault when translating x-declare into 1.0 node propertiesGordon Sim2013-05-241-1/+1
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-242-376/+0