summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/amqp-0-10-protocol
Commit message (Expand)AuthorAgeFilesLines
* QPID-6163 : [Java Broker] Disconnect clients which do not obey flow controlRobert Godfrey2014-10-174-65/+113
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-1/+1
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-265-58/+133
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-201-1/+3
* QPID-6000 : [Java] Address review comments from AlexRobert Godfrey2014-08-191-0/+1
* QPID-3978 : [Java Broker] Download severity of log message 'MessageRelease re...Keith Wall2014-08-181-3/+3
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-163-8/+75
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-092-20/+45
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-082-10/+34
* 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