summaryrefslogtreecommitdiff
path: root/qpid/java
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-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-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-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-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-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: 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-2742-1294/+622
| | | | | | 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
* 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
* 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
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue ↵Robert Godfrey2014-02-2418-123/+197
| | | | | | at an exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571124 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-2341-88/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571086 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : rename managed object annotationRobert Godfrey2014-02-237-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571083 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST ↵Robert Godfrey2014-02-2399-1228/+2359
| | | | | | API and AMQP Management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571054 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-213-18/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570699 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5576 : [JMS AMQP 1.0] don't throw an exception if no properties file is ↵Robert Godfrey2014-02-211-6/+0
| | | | | | specified for initial context factory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570698 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather ↵Robert Godfrey2014-02-2133-302/+385
| | | | | | than multiple construction parameters git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570697 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5574 : Allow sync-publish to override default behaviour to make ↵Robert Godfrey2014-02-213-8/+22
| | | | | | persistent non-tarnsacted messages non-synchronous git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570522 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-2132-1247/+723
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570411 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5569 : NPE on getStringProperty("JMSXUserId")Robert Godfrey2014-02-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570247 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-203-26/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5563 : Ensure vhost is set as early as possible, on receipt of ↵Robert Godfrey2014-02-205-42/+65
| | | | | | connection open git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570242 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-206-121/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570239 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-17/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570234 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570233 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Always Use AccessControllerContext to find the current context ↵Robert Godfrey2014-02-1954-408/+869
| | | | | | Subject git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5566 : DestinationImpl should implement neither Queue nor TopicRobert Godfrey2014-02-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569914 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open ↵Robert Godfrey2014-02-183-171/+205
| | | | | | frame to select the virtual host git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569563 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5562 : [Java Broker] make all failed ACL checks throw ↵Robert Godfrey2014-02-1858-631/+386
| | | | | | AccessControlException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569552 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5555 : Fix queue exclusivity issuesRobert Godfrey2014-02-181-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4000 : [Java Broker] add initial conversions from AMQP 1.0 messages to ↵Robert Godfrey2014-02-187-212/+655
| | | | | | 0-8 and 0-10 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569151 13f79535-47bb-0310-9956-ffa450edef68