summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for recovering a message with 0-length body. NO-JIRA.Stephen D. Huston2013-06-061-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1490365 13f79535-47bb-0310-9956-ffa450edef68
* Allows QMF to build on Windows; resolves QPID-4909.Stephen D. Huston2013-06-064-13/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1490363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4900: Add the server properties to the AMQP 1.0 SASL ProtocolEngine as ↵Robert Gemmell2013-06-065-18/+40
| | | | | | well. Use the same base property names for all protocol versions, using the standard 'version' and 'product' property names from AMQP 0-x specs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1490260 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: make the example usable though still horribleRobert Gemmell2013-06-062-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1490259 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4903: don't delete subscription queue when closing link if it was ↵Gordon Sim2013-06-061-1/+1
| | | | | | explicitly declared non-exclusive git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1490240 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4854: Removed use of intrusive_ptr::reset to work with older boost versionsAndrew Stitcher2013-06-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489986 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4908: Reduce the description text for MessageGroupSharedGroups attributeAlex Rudyy2013-06-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489903 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4908: Expose queue attributes MessageGroupKey and ↵Alex Rudyy2013-06-055-9/+88
| | | | | | MessageGroupSharedGroups via queue MBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489872 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4854: Removed code now unused since this changeAndrew Stitcher2013-06-042-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489545 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special ↵Gordon Sim2013-06-0423-96/+711
| | | | | | property keys git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489519 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-0412-11/+24
| | | | | | the protocol negotiation! git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489458 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4905: Tidy upAndrew Stitcher2013-06-0413-46/+17
| | | | | | | | - Remove unused function getBuffered() of ConnectionOutputHandler - Stop SessionContext and AggregateOutput from needlessly implementing the OutputControl interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489457 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4904 : [Java] AMQShortString.equals should only return true if it is ↵Robert Godfrey2013-06-031-2/+2
| | | | | | being compared to another AMQShortString git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489040 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4904 : [Java] AMQShortString.equals should on return true if it is ↵Robert Godfrey2013-06-035-70/+63
| | | | | | being compared to another AMQShortString git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488957 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4897 : [Java Broker] Fix FilterSupport to look for String rather than ↵Robert Godfrey2013-06-031-1/+1
| | | | | | AMQShortString in Map git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488927 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4897 : [Java Broker] changes to how exchangeBound result is calculatedRobert Godfrey2013-06-021-8/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4900 : [Java Broker] Broker should return its version to the client as ↵Robert Godfrey2013-06-025-3/+54
| | | | | | informational property in connection initiation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4897 : [Java Broker] add ability to test for existence of binding ↵Robert Godfrey2013-06-024-1/+25
| | | | | | purely on arguments git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488650 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4899 : [Java Broker] Allow setting queue binding arguments in XML ↵Robert Godfrey2013-06-022-5/+13
| | | | | | config file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488638 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4898 : [Java Broker] Allow setting arbitrary arguments in queue ↵Robert Godfrey2013-06-025-10/+112
| | | | | | defintion within XML config file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488636 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-0126-1661/+1501
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488561 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4894: Fix removal of exchange binidings in web management consoleAlex Rudyy2013-06-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488512 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Fixed a defect introduced in the last commit.Ted Ross2013-05-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488215 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4896: Change Drain/Spout not to assume a virtualhost named testKeith Wall2013-05-311-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488133 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Fixed a warning thrown in Release mode on older compilers.Ted Ross2013-05-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488021 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Replace use of "pipe2" with "pipe" because pipe2 is not available ↵Ted Ross2013-05-301-1/+11
| | | | | | on RHEL5. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488018 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Removed debug prints.Ted Ross2013-05-301-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488008 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Cleaned up include files to prevent redefining typedefs.Ted Ross2013-05-3011-49/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488003 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4893: prevent uninitialised buffered messages being transferedGordon Sim2013-05-302-8/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1487960 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4886: fix autoconf distcheckGordon Sim2013-05-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1487816 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4886: Pass non-const reference to Message in QueueObserver functions.Alan Conway2013-05-293-1/+60
| | | | | | | Instead of modifying QueueObserver, a new class MessageInterceptor was introduced to allow messages to be modified. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1487579 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Added connection timeout to python client, used in brokertests.Alan Conway2013-05-292-6/+5
| | | | | | | Added an optional timeout parameter to Connection.establish. Set a timeout of 5 seconds in brokertest.py to prevent hanging tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1487578 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: CMake: Added missing test_wrap around stop_broker test.Alan Conway2013-05-291-1/+1
| | | | | | | | The stop_broker test was being run without the test_wrap wrapper. That meant it was loading the default /etc/qpidd.conf, so the test would fail if that config had any options defined by a module (since the tests dont load default modules.) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1487501 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4892: Re-add the examples to the gemfile.Darryl L. Pierce2013-05-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1487065 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4891: remove test file for further testing of Subversion->JIRA integrationRobert Gemmell2013-05-281-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1487026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4891: add test file for further testing of Subversion->JIRA integrationRobert Gemmell2013-05-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1487024 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4713: fix handling of reply to when converting from 1.0 to 0-10 formatGordon Sim2013-05-286-17/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486989 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: also sign rar files during the release processRobert Gemmell2013-05-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486699 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: match the frequency of rate failure warnings to stats report frequencyGordon Sim2013-05-271-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486666 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4887: retrieve username and password from url if specifiedGordon Sim2013-05-271-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4890: added workaround to test to handle issues with closing stdin of ↵Gordon Sim2013-05-271-0/+1
| | | | | | subprocesses under older python interpreters git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486625 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: copy JCA module maven output to the release artifacts dirRobert Gemmell2013-05-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486474 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-251-2/+2
| | | | | | | | | Self test on RHEL 6 hangs frequently. Fall out of test and leave a dangling session. This appears to avoid the hang. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486327 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Pre-settled deliveries that are received must be locally settled.Ted Ross2013-05-242-58/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486214 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4889: Only installs the Swig descriptors in /usr/includeDarryl L. Pierce2013-05-241-5/+0
| | | | | | | Previously the files were being installed under both /usr/include and also /usr/share/doc/qpid. Files are now installed only once. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486148 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4888: correct handling of link namingGordon Sim2013-05-2418-28/+150
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486115 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4884: prevent segfault when translating x-declare into 1.0 node propertiesGordon Sim2013-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486113 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-242-376/+0
| | | | | | | | Previous commit had file content for these two files twice. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486089 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4885: C++ examples install to qpid/examplesDarryl L. Pierce2013-05-241-2/+2
| | | | | | | Previously they installed to /usr/local/share/examples. This changes that to /usr/local/share/qpid/examples instead. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486084 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-242-0/+750
| | | | | | | | Commit new files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486081 13f79535-47bb-0310-9956-ffa450edef68