summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-amqp
Commit message (Collapse)AuthorAgeFilesLines
* 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-5617 : [Java Broker] restore or implement child added/removed ↵Robert Godfrey2014-03-083-13/+13
| | | | | | 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-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-4000 , QPID-5601 : Improve conversion of reply-to between different ↵Robert Godfrey2014-03-051-3/+13
| | | | | | 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-5048: Maven enahancements to remove child version definitions and ↵Robert Gemmell2014-02-281-1/+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-271-4/+4
| | | | | | 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-263-30/+54
| | | | | | 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-251-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571510 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-231-6/+8
| | | | | | API and AMQP Management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571054 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-211-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1570411 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5562 : [Java Broker] make all failed ACL checks throw ↵Robert Godfrey2014-02-181-31/+8
| | | | | | AccessControlException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569552 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-171-22/+4
| | | | | | notions of exclusivity and lifetime git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569109 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException ↵Robert Godfrey2014-02-143-5/+2
| | | | | | 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-131-4/+4
| | | | | | 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-133-13/+5
| | | | 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-118-0/+2075
amqp-management module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1567026 13f79535-47bb-0310-9956-ffa450edef68