summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-10-protocol
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-084-11/+26
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-071-1/+1
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-062-4/+26
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-032-0/+11
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-031-0/+28
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-253-17/+1
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-242-18/+7
* QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messag...Keith Wall2014-05-301-1/+0
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-231-11/+9
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-211-33/+0
* 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/+6
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-301-25/+11
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* 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-2810-71/+29
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-3/+3
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+2
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-201-1/+3
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-181-9/+18
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-174-16/+41
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-112-5/+7
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-111-13/+28
* QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-101-7/+23
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-098-40/+28
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-071-2/+2
* 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-084-13/+138
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-082-4/+5
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-086-27/+46
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-071-4/+7
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-076-82/+111
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-055-19/+10
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-041-102/+174
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-032-3/+2
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-281-1/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-271-2/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-263-20/+17
* 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 : 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-194-21/+38
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-182-16/+25
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-174-122/+90
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-143-10/+13
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-146-86/+42
* QPID-5551 : replace AMQSecurityException with QpidSecurityException in the br...Robert Godfrey2014-02-131-0/+37
* QPID-5551 : Remove redundant throws AMQException clausesRobert Godfrey2014-02-132-6/+1
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-115-2/+515