summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/test/java/org/apache/qpid/server/exchange
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-122-2/+35
* Add sync/async varients to most ACO methodsKeith Wall2015-03-091-0/+2
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-081-0/+3
* QPID-5785: [Java Broker] Fix NPE when a topic exchange is closed after a mess...Keith Wall2014-06-171-38/+170
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-083-1/+7
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-301-2/+2
* QPID-5578 : make mocked queue return the correct model object to prevent NPEsRobert Godfrey2014-04-261-0/+1
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-253-13/+8
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-2/+1
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-221-1/+1
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-203-0/+23
* QPID-5698 : [Java Broker] Make all configured object attributes either automa...Robert Godfrey2014-04-192-2/+6
* QPID-5578 : Undo accidental commit of r1588632Robert Godfrey2014-04-192-6/+2
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon...Robert Godfrey2014-04-192-2/+6
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-184-28/+82
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-173-240/+42
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-095-48/+52
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-083-0/+8
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-073-9/+0
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-053-8/+8
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-042-22/+28
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-265-86/+84
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-243-18/+23
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-214-11/+28
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-211-4/+12
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-1/+1
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-183-16/+5
* QPID-5559 : [Java Broker] remove unused methods from AMQQueue interfaceRobert Godfrey2014-02-171-13/+13
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-171-20/+25
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-144-14/+8
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-133-18/+18
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-111-8/+8
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-071-8/+9
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-011-3/+2
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-232-2/+2
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-223-21/+23
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-221-10/+0
* NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-034-6/+0
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-235-0/+1367