summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerSessionDelegate.java
Commit message (Expand)AuthorAgeFilesLines
* merge from trunkKeith Wall2015-03-031-0/+41
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-191-3/+3
* Connection close is now performed by i/o threadKeith Wall2015-02-191-1/+1
* refactoringRobert Godfrey2015-02-111-1/+1
* Extend credit managers to be aware of transport backpressueKeith Wall2014-12-111-2/+3
* Force close connection on 0-10 when message sent to closing virtual hostRobert Godfrey2014-12-101-37/+49
* QPID-6226: [Java Broker] Change queue.declare so that on the passive path, ex...Keith Wall2014-11-181-33/+17
* QPID-6175 : [Java Broker] allow maximum message size to be restrictedRobert Godfrey2014-10-211-8/+13
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-171-60/+81
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-261-18/+66
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-251-5/+1
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-301-25/+11
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-281-2/+2
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-3/+3
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-171-12/+17
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-12/+12
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-211-1/+1
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-081-7/+7
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-4/+5
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-071-4/+7
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-1/+2
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-041-102/+174
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-16/+13
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-241-1/+7
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-231-1/+1
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-211-13/+12
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-11/+6
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-181-13/+15
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-171-96/+31
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-141-4/+7
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-70/+6
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-131-0/+37
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-131-5/+0
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-071-44/+60
* QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-011-22/+3
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-231-1/+1
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-221-7/+30
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-221-8/+9
* QPID-5453 : [Java Broker] Fix to ensure that exclusive queues are always unlo...Robert Godfrey2014-01-081-2/+12
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-211-12/+9
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-181-145/+107
* QPID-4659 : [Java Broker] move amqp 0-10 implementation into a pluginRobert Godfrey2013-07-151-0/+1582