summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5087 : [Java Broker] Allow use of separate message stores and ↵Robert Godfrey2013-08-219-48/+114
| | | | | | configuration stores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516140 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5087 : [Java Broker] Allow use of separate message stores and ↵Robert Godfrey2013-08-211-2/+2
| | | | | | configuration stores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516136 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5088 : [Java Broker] fix NPE when null queue name is looked up in the ↵Robert Godfrey2013-08-211-1/+1
| | | | | | queue registry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to ↵Robert Godfrey2013-08-21106-1009/+606
| | | | | | 0-8/9/9-1 protocol specific plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516058 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5087 : [Java Broker] Allow use of separate message stores and ↵Robert Godfrey2013-08-2035-132/+1337
| | | | | | configuration stores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515914 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5086: send completions when restarting after stop, in order to move ↵Gordon Sim2013-08-202-0/+27
| | | | | | window forward git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515901 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5085: ensure messages released 'behind' a cursor on a priority queue ↵Gordon Sim2013-08-202-1/+26
| | | | | | don't get missed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515793 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5083: added include needed for some older compilersGordon Sim2013-08-201-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515786 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5083: provide simple default where sasl functionality is not availableGordon Sim2013-08-194-1/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515602 13f79535-47bb-0310-9956-ffa450edef68
* [QPID-5082] Updated documentation to reflect new configuration changeWeston M. Price2013-08-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515356 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5081 : [Java Broker] Refactor Queue Creation - allow integer argument ↵Robert Godfrey2013-08-191-1/+1
| | | | | | for qpid.shared_msg_group git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-181-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515170 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-1860-883/+1419
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515079 13f79535-47bb-0310-9956-ffa450edef68
* [NO-JIRA] Changed JCA adapter to not use ConnectionPerHandler for ↵Weston M. Price2013-08-171-2/+2
| | | | | | performance reasons git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1515037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5078: ensure listeners are always notified if a message was left on the ↵Gordon Sim2013-08-161-3/+6
| | | | | | queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514907 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5050: Move invocation of ExceptionListener to after the failoverMutex ↵Keith Wall2013-08-164-32/+290
| | | | | | | | | | | | | is released avoiding deadlock possibility Previously, the ExceptionListener was invoked whilst the failoverMutex was held, between the two potential state changes (connection state change and session state change). This commit reorders the statements so that the ExceptionListner is fired after the failoverMutex is released. It also means that the ExceptionListener is fired *after* both connection/session have undergone any state changes. The exceptionListener member is also made thread safe. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514664 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5074: update broker binary release tar process to handle plugins with ↵Robert Gemmell2013-08-169-10/+39
| | | | | | dependencies, fix issues with generated poms git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514654 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5073 : Add dependency on alternate exchange for queues where such an ↵Robert Godfrey2013-08-161-17/+15
| | | | | | alternate is set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514640 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5073 : Add dependency on alternate exchange for queues where such an ↵Robert Godfrey2013-08-162-39/+167
| | | | | | alternate is set git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514639 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5077: improvement to SASL logic to handle entirely asynchronous dialogueGordon Sim2013-08-153-5/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514465 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to ↵Robert Godfrey2013-08-1534-650/+1842
| | | | | | allow for additional configured object children other than just Exchange/Binding/Queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514360 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5072: ensure session manager is informed when sessions end due to ↵Gordon Sim2013-08-151-1/+5
| | | | | | connection exception git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1514192 13f79535-47bb-0310-9956-ffa450edef68
* Revert "QPID-5067: Changed language bindings to use UTF-8 encoding on strings."Darryl L. Pierce2013-08-143-19/+8
| | | | | | This reverts commit e9abca572cf1845bd3ad25238e3edbeef10e61a6. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513818 13f79535-47bb-0310-9956-ffa450edef68
* Revert "QPID-5067: Fixed an unmatched closing parenthesis."Darryl L. Pierce2013-08-141-1/+1
| | | | | | This reverts commit 87a60f02cfe49d99fda6d867108c3c7c6d1ad122. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513817 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fixed Eclipse project generation - project name suffix now has ↵Phil Harvey2013-08-141-0/+1
| | | | | | default value git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5040: further fix for windows buildGordon Sim2013-08-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513624 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5040: export symbols from common lib (required for windows build)Gordon Sim2013-08-133-31/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513615 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4711: translate between structured content in AMQP 0-10 and 1.0Gordon Sim2013-08-138-46/+203
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513537 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-1338-521/+880
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513536 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5067: Fixed an unmatched closing parenthesis.Darryl L. Pierce2013-08-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513256 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5067: Changed language bindings to use UTF-8 encoding on strings.Darryl L. Pierce2013-08-093-8/+19
| | | | | | | Now, by default, all strings will come out of the dynamic languages and be encoded using UTF-8. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512482 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512368 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512351 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5062: pass through security details from SSL transport to enable ↵Gordon Sim2013-08-098-1/+27
| | | | | | EXTERNAL authentication git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512346 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-093-19/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512335 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5053: release exclusive queue ownership when session ends (clear the ↵Gordon Sim2013-08-091-1/+1
| | | | | | set _after_ iterating over it!) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512283 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5060: remove exchange and durable for properties map, as they apply to ↵Gordon Sim2013-08-092-2/+9
| | | | | | topic itself rather than queue and are tracked by explicit properties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5061: do exclusivity checks before registering link to avoid cancelling ↵Gordon Sim2013-08-091-1/+1
| | | | | | a subscription that did not succeed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1512218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5056 : [Java Broker] Change configuration model to allow for ↵Robert Godfrey2013-08-0810-162/+213
| | | | | | KeyStores/TrustStores which are not JKS files on the filesystem git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511825 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5045 - Added tests for message REJECT and for the three-ack delivery ↵Ted Ross2013-08-082-13/+87
| | | | | | pattern. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511797 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5054: check whether topic actually exists in delete requestGordon Sim2013-08-081-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511762 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5055: initialise some paged queue variablesGordon Sim2013-08-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511740 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5045 - Added system tests for the routing scenarios, fixed discovered ↵Ted Ross2013-08-085-14/+268
| | | | | | defects. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511737 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Cleanup of the alloc module.Ted Ross2013-08-081-18/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511733 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5051: fixes for swig test failures on RHEL5 (and the failure to detect ↵Gordon Sim2013-08-074-9/+7
| | | | | | them) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511483 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5049 : Improve exception messages in RestServletRobert Godfrey2013-08-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511291 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove use of "with" statement to support older versions of PythonAlan Conway2013-08-061-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511051 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5044 : Include bonecp jdbc pooling details in ivy.nexus.xmlRobert Godfrey2013-08-061-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511030 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove un-necessary #include <boost/pointer_cast.hpp>Alan Conway2013-08-061-1/+0
| | | | | | Was causing build failures on RHEL5 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511028 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5044 : Update release.sh to copy maven artifcats for new Java Broker ↵Robert Godfrey2013-08-061-1/+2
| | | | | | plugins (include bonecp jdbc pooling) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1511026 13f79535-47bb-0310-9956-ffa450edef68