summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* QPID-5673 : merge to 0.28 branchRobert Godfrey2014-05-021-7/+12
* QPID-5723: fix compilation under JDK 8 (somehow..?)Robert Gemmell2014-05-011-1/+2
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-2110-0/+28
* QPID-5048,QPID-5657: initial bulk change toward bringing the maven build on t...Robert Gemmell2014-04-132-0/+12
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-0822-110/+480
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-0819-48/+74
* QPID-5616 : [Java Broker] update to management node to comply with working dr...Robert Godfrey2014-03-081-25/+31
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-085-34/+46
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-0826-184/+223
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-078-26/+57
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-0723-438/+435
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-064-1/+100
* QPID-5605 : [Java Broker] [AMQP 1.0] allow use of addresses of the form <exch...Robert Godfrey2014-03-054-28/+96
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-0518-53/+337
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-049-222/+384
* QPID-5567 : Address review commentsRobert Godfrey2014-03-032-1/+2
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-035-8/+6
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-022-13/+0
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-2815-15/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-2715-32/+32
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-2627-126/+127
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-2515-94/+129
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-244-6/+16
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-233-4/+4
* QPID-5578 : rename managed object annotationRobert Godfrey2014-02-231-7/+7
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-2323-127/+110
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-212-17/+36
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-212-19/+28
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-213-3/+5
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-201-21/+41
* QPID-5563 : Ensure vhost is set as early as possible, on receipt of connectio...Robert Godfrey2014-02-203-42/+55
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-203-45/+36
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-1918-264/+588
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open frame...Robert Godfrey2014-02-182-171/+196
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-1824-170/+139
* QPID-4000 : [Java Broker] add initial conversions from AMQP 1.0 messages to 0...Robert Godfrey2014-02-187-212/+655
* QPID-5559 : [Java Broker] remove unused methods from AMQQueue interfaceRobert Godfrey2014-02-171-6/+0
* QPID-5558 : [Java Broker] update management node to follow definitions in wor...Robert Godfrey2014-02-171-25/+35
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-1723-645/+475
* QPID-5552 : [Java Broker] Propertly handle transport exceptions encountered i...Robert Godfrey2014-02-141-106/+121
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-145-17/+20
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-1448-448/+335
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-1321-51/+189
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-1316-85/+40
* QPID-5504 : another fix for generics, this time working differently between O...Robert Godfrey2014-02-111-3/+3
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-1132-118/+3580
* QPID-5504 : allow for case where consumer target is closed before consumer is...Robert Godfrey2014-02-102-4/+19
* QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-104-5/+19
* QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-0747-3070/+2109