summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5673 : merge to 0.28 branchRobert Godfrey2014-05-021-7/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1591819 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5723: fix compilation under JDK 8 (somehow..?)Robert Gemmell2014-05-011-1/+2
| | | | | | | merge from trunk r1590255 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1591687 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: re-instate dependency versions after qpid parent pom removal of ↵Robert Gemmell2014-04-2110-0/+28
| | | | | | | | | dependency management section. merge from trunk r1588885 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1588907 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048,QPID-5657: initial bulk change toward bringing the maven build on ↵Robert Gemmell2014-04-132-0/+12
| | | | | | | | | | | | | | | | | | the 0.28 branch up to parity with trunk Merges the following revisions from trunk: r1579935 r1581349 r1582781 r1582782 r1585102 r1585103 r1585105 r1585106 r1585112 r1585440 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.28@1586990 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5617 : [Java Broker] restore or implement child added/removed ↵Robert Godfrey2014-03-0822-110/+480
| | | | | | notifications for configured objects within the vhost git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575591 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : Fix other logging to always use the most current event logger ↵Robert Godfrey2014-03-0819-48/+74
| | | | | | held at the broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575547 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5616 : [Java Broker] update to management node to comply with working ↵Robert Godfrey2014-03-081-25/+31
| | | | | | draft WD08 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575536 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : Ensure the appropriate principals are available at the time of ↵Robert Godfrey2014-03-085-34/+46
| | | | | | all event logging git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575506 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-0826-184/+223
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-078-26/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575335 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-0723-438/+435
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575315 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX ↵Robert Godfrey2014-03-064-1/+100
| | | | | | management actions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574728 13f79535-47bb-0310-9956-ffa450edef68
* 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
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different ↵Robert Godfrey2014-03-0518-53/+337
| | | | | | 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-5601 : [Java Broker] The 0-x "default exchange" should not actually be ↵Robert Godfrey2014-03-049-222/+384
| | | | | | 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-032-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573683 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-035-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ↵Robert Godfrey2014-03-022-13/+0
| | | | | | 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-2815-15/+0
| | | | | | | | 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: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-2715-32/+32
| | | | | | 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 : [Java Broker] Change Exchange,Queue,Binding,Consumer to ↵Robert Godfrey2014-02-2627-126/+127
| | | | | | 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-2515-94/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571510 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue ↵Robert Godfrey2014-02-244-6/+16
| | | | | | 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-233-4/+4
| | | | 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-231-7/+7
| | | | 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-2323-127/+110
| | | | | | 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-212-17/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570699 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather ↵Robert Godfrey2014-02-212-19/+28
| | | | | | than multiple construction parameters git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570697 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-213-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570411 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-201-21/+41
| | | | 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-203-42/+55
| | | | | | 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-203-45/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570239 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Always Use AccessControllerContext to find the current context ↵Robert Godfrey2014-02-1918-264/+588
| | | | | | Subject git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open ↵Robert Godfrey2014-02-182-171/+196
| | | | | | 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-1824-170/+139
| | | | | | AccessControlException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569552 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
* QPID-5559 : [Java Broker] remove unused methods from AMQQueue interfaceRobert Godfrey2014-02-171-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569119 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5558 : [Java Broker] update management node to follow definitions in ↵Robert Godfrey2014-02-171-25/+35
| | | | | | working draft 06 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569115 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better ↵Robert Godfrey2014-02-1723-645/+475
| | | | | | notions of exclusivity and lifetime git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569109 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5552 : [Java Broker] Propertly handle transport exceptions encountered ↵Robert Godfrey2014-02-141-106/+121
| | | | | | in methods invoked in AMQP 1.0 from the IOReceiver thread git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568452 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : Change AMQStoreException to StoreException which inherits from ↵Robert Godfrey2014-02-145-17/+20
| | | | | | ServerScopedRuntimeException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568252 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException ↵Robert Godfrey2014-02-1448-448/+335
| | | | | | and ConnectionScopedRuntimeException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the ↵Robert Godfrey2014-02-1321-51/+189
| | | | | | broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1568015 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-1316-85/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567971 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : another fix for generics, this time working differently between ↵Robert Godfrey2014-02-111-3/+3
| | | | | | OpenJDK 1.6u27 and Oracle JDK 6u45 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567077 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : refactring of queues, and introduce management node and ↵Robert Godfrey2014-02-1132-118/+3580
| | | | | | amqp-management module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : allow for case where consumer target is closed before consumer ↵Robert Godfrey2014-02-102-4/+19
| | | | | | is attached git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566543 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-104-5/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566535 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566531 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5504 : Refactoring to allow for nodes other than queues to be ↵Robert Godfrey2014-02-0747-3070/+2109
| | | | | | subscribed from, and nodes other than exchanges to be sent to (merged from separate branch) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1565726 13f79535-47bb-0310-9956-ffa450edef68