summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-8-protocol/src/main
Commit message (Expand)AuthorAgeFilesLines
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-251-2/+14
* Merging from trunk r1618230:1618433 in the Java treeRobert Godfrey2014-08-257-53/+174
* Merging from trunk r1617822:1618206 in the Java treeRobert Godfrey2014-08-252-8/+7
* Merging from trunk r1616716:1616818 in the Java treeRobert Godfrey2014-08-253-28/+33
* Merging from trunk r1616861:1617235 in the Java treeRobert Godfrey2014-08-255-27/+75
* QPID-5980: port javadoc fixups from trunk to the 0.30 branchRobert Gemmell2014-08-083-16/+11
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-061-1/+12
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-031-0/+8
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-031-0/+28
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-282-16/+1
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-252-15/+2
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-242-7/+16
* QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messag...Keith Wall2014-05-301-4/+0
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-231-8/+6
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-201-2/+2
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-161-11/+5
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-302-13/+13
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-281-2/+2
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-289-79/+31
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-7/+7
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-202-10/+3
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-181-2/+2
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-172-2/+19
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-114-11/+12
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-105-35/+49
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-0918-42/+41
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-071-4/+4
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-212-3/+5
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-087-44/+161
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-082-4/+2
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-082-36/+56
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-076-21/+49
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-073-216/+182
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-054-8/+221
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-046-113/+199
* QPID-5567 : Address review commentsRobert Godfrey2014-03-031-0/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-268-34/+21
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-242-4/+8
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-231-1/+1
* 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-211-6/+16
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-211-1/+1
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-195-55/+118
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-1812-49/+46
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-179-319/+160
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-1413-212/+134
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-1312-24/+103
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-138-59/+27
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-114-4/+440
* QPID-5504 : allow for case where consumer target is closed before consumer is...Robert Godfrey2014-02-101-2/+10