summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-5605 : [Java Broker] [AMQP 1.0] allow use of addresses of the form ↵Robert Godfrey2014-03-054-28/+96
| | | | | | <exchange>/<routing-key> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574582 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : formatting of license above package statementRobert Godfrey2014-03-053-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574564 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : compareTo should throw an NPE if the object being compared to is ↵Robert Godfrey2014-03-051-4/+0
| | | | | | null git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574563 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different ↵Robert Godfrey2014-03-0541-115/+515
| | | | | | protocols. Add functionality to the default exchange to understand AMQP 1.0 addresses. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574551 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5603: Broker recovery fails with JERR_JREC_BADRECTAIL when record tail ↵Kim van der Riet2014-03-051-1/+1
| | | | | | is partly or fully separated from rest of record by file boundary git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574513 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5602: change log level to info, include socket address in message, ↵Robert Gemmell2014-03-051-1/+1
| | | | | | report only the exception type and message rather than logging full stackrace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574506 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL ↵Charles E. Rolke2014-03-051-2/+2
| | | | | | | | | | | file is loaded Subsequent reloads of the ACL file did not reflect that the rule set in force was created by a user. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574490 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL ↵Charles E. Rolke2014-03-056-17/+23
| | | | | | | | | | | | | | | | | | | | | | | | | file is loaded Simply installing a null and permissive rule file trips up the 'create link' security check. The security check from https://issues.apache.org/jira/browse/QPID-4631 reasons that if authentication is enabled and no ACL rule file is specified then interbroker links are denied. The check for 'ACL rule file is loaded' is simply the existence of the ACL object. That check is voided by always having an ACL object regardless of whether the ACL rule file was specified or not. One fix considered was adding an ACL rule "acl deny-log all create link" to the formerly null rule set when no ACL file is specified. This solution has too much complexity in several places and is too hard. The fix implemented here is a boolean flag indicating if the ACL rule set in force is specified by the user or not. Then the security check tests that the acl exists (always true) and that the rule set is specified by the user. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574291 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5591 : Address review comments from Robbie GemmellRobert Godfrey2014-03-0411-21/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574258 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5601 : [Java Broker] remove unused interfaceRobert Godfrey2014-03-041-29/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574236 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be ↵Robert Godfrey2014-03-0437-716/+634
| | | | | | modelled as an Exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL ↵Charles E. Rolke2014-03-041-4/+4
| | | | | | | | | | | file is loaded Temporarily revert creation of ACL with null rule set as it subverts the CREATE LINK security check and self test. Real fix coming shortly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574219 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5599: C++ Broker silently ignores --max-connections option when no ACL ↵Charles E. Rolke2014-03-043-12/+41
| | | | | | | | | | | file is loaded. Always create an ACL object. If no ACL file is specified then create a permissive, empty ACL rule set. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574208 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: CMakelists.txt check that ../python exists before building it.Alan Conway2014-03-041-20/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574138 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5597: [C++ client] Topic subscriptions should not ignore auto-delete ↵Pavel Moravec2014-03-041-1/+3
| | | | | | x-declare flag git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574119 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5589: Add option for suppressing qmf/site-package installation; replace ↵Charles E. Rolke2014-03-031-13/+19
| | | | | | windows path separators before they are seen by cmake. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573784 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Address review commentsRobert Godfrey2014-03-033-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573683 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : remove test which only tests that something fails if you pass in ↵Robert Godfrey2014-03-031-20/+0
| | | | | | a null in a constructor parameter which needs to get dereferenced for the object to construct git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5582 : fix deletion of bindings on exchange deletionRobert Godfrey2014-03-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573614 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : address review commentsRobert Godfrey2014-03-032-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573598 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Addressed review comments from Robbie GemmellRobert Godfrey2014-03-034-68/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573593 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5579 : [Java Broker] allow for attributes to be of type shortRobert Godfrey2014-03-031-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573587 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-0325-106/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5594: [amqp1.0] missing first-acquirer property support in C++ brokerPavel Moravec2014-03-033-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573546 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement ↵Robert Godfrey2014-03-0358-1354/+1508
| | | | | | AuthenticationProvider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573421 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ↵Robert Godfrey2014-03-0233-493/+525
| | | | | | take responsibility for the management of managed attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573336 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5554: [Java Broker Documentation] Fix accidentally duplicated id ↵Keith Wall2014-03-011-1/+1
| | | | | | prventing generation of the PDF git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573238 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5554: [Java Broker Documentation] Add docbook chapters for environment ↵Keith Wall2014-03-015-3/+1259
| | | | | | variables, system properties and operational logging git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5588: [python-client] use poll() instead of select() where available.Kenneth Anthony Giusti2014-02-281-5/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573028 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5587: QMF to track queue owner (userId)Pavel Moravec2014-02-283-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572963 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: Maven enahancements to remove child version definitions and ↵Robert Gemmell2014-02-2836-36/+10
| | | | | | | | improve profile handling for sys tests Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572933 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: remove the relativePath to qpid-parent, which is now in a ↵Robert Gemmell2014-02-271-1/+0
| | | | | | separate area. We will pick it up via the local or remote repo git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572568 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: remove now-empty directoryRobert Gemmell2014-02-270-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572565 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: move qpid-parent pom to its own areaRobert Gemmell2014-02-271-582/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572558 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: update years and tweak layout of NOTICE header to match the sampleRobert Gemmell2014-02-271-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572553 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-2743-1294/+1204
| | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572552 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : make changes to help code compile on Java 1.6Robert Godfrey2014-02-273-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to ↵Robert Godfrey2014-02-26172-3817/+2542
| | | | | | implement ConfiguredObject and remove adapter classes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572343 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix Coverty "Uncaught exception" errors in test clients.Alan Conway2014-02-262-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572061 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5561: QPID-5565: Broker->ACL module improvementsPavel Moravec2014-02-264-16/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572059 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5584: use more specific exception types where appropriateGordon Sim2014-02-252-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571688 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-2570-1558/+1572
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571510 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: fix malformed install directoryCharles E. Rolke2014-02-241-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571470 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5557: allow disambiguation of node typeGordon Sim2014-02-241-7/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571459 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add some info to readmeGordon Sim2014-02-241-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571458 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-244-16/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571359 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-243-16/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571298 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5579 : Remove unused constantsRobert Godfrey2014-02-2437-232/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571258 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : fix creation of exchanges so that setting alt exchange increases ↵Robert Godfrey2014-02-241-4/+4
| | | | | | the referal count on the alt exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571232 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : Ignore 0-9 test failure die to change from channel exception to ↵Robert Godfrey2014-02-241-0/+3
| | | | | | connection exception git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571221 13f79535-47bb-0310-9956-ffa450edef68