summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/exchange/AbstractExchange.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6079 : Merged revisions 1622961 1623055 from trunk to 0.30Robert Godfrey2014-09-081-0/+10
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-251-0/+7
* Merging from trunk r1618473:1618815 in the Java treeRobert Godfrey2014-08-251-1/+2
* Merging from trunk r1616716:1616818 in the Java treeRobert Godfrey2014-08-251-2/+19
* QPID-5820: added better fix to the problem of arguments not being set. The re...Fraser Adams2014-07-061-3/+1
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-26/+29
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-3/+3
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-301-11/+2
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-1/+1
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-2/+1
* QPID-5698 : [Java Broker] Make all configured object attributes either automa...Robert Godfrey2014-04-191-5/+2
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-181-5/+4
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-181-9/+9
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for BindingsRobert Godfrey2014-04-181-16/+16
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-171-54/+108
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-151-62/+21
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-141-6/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-141-35/+7
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-131-8/+4
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-3/+1
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-2/+3
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-30/+20
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-041-1/+1
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-211-1/+1
* QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-121-4/+18
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... d...Robert Godfrey2014-03-091-1/+2
* QPID-5611 : Fix startup logging so as not to print vhost recovery informationRobert Godfrey2014-03-081-5/+3
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-3/+12
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-3/+3
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-051-6/+9
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-041-13/+4
* QPID-5582 : fix deletion of bindings on exchange deletionRobert Godfrey2014-03-031-1/+1
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-021-9/+1
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-62/+255
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-251-8/+7
* QPID-5577 : fix creation of exchanges so that setting alt exchange increases ...Robert Godfrey2014-02-241-4/+4
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-241-65/+69
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-231-3/+3
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-211-30/+54
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-211-3/+3
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-181-20/+6
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-19/+14
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-131-12/+11
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-111-2/+3
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-071-22/+17
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-011-3/+60
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-221-4/+8
* NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-031-1/+0
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-231-0/+679