summaryrefslogtreecommitdiff
path: root/java/broker-plugins/amqp-0-8-protocol
Commit message (Expand)AuthorAgeFilesLines
* Add loggingRobert Godfrey2014-10-133-1/+240
* Fix the invalid channel proxy caseRobert Godfrey2014-10-131-6/+14
* Migrate broker to new direct method dispatch mechanismRobert Godfrey2014-10-138-2318/+255
* Move connection methods into AMQProtocolEngineRobert Godfrey2014-10-125-330/+491
* Move channel methods into AMQChannelRobert Godfrey2014-10-124-1499/+1406
* Move channel methodsRobert Godfrey2014-10-1119-2091/+2182
* Merge from trunkRobert Godfrey2014-10-104-2237/+3254
* More refactoringRobert Godfrey2014-10-101-9/+33
* More refactoringRobert Godfrey2014-10-037-21/+13
* Remove (essentially) unusued state class, tidy up package structureRobert Godfrey2014-09-3011-126/+5
* Remove handlersRobert Godfrey2014-09-3049-4367/+1967
* Remove remaining protocol specific classes/interfacesRobert Godfrey2014-09-2918-30/+61
* Merge method body implementation classesRobert Godfrey2014-09-299-129/+71
* Remove redundant interfacesRobert Godfrey2014-09-284-13/+16
* Remove duplicate method body implementationsRobert Godfrey2014-09-2840-972/+551
* QPID-6099: [Java Broker] Prevent exceptions whose message exceeds 255 charact...Keith Wall2014-09-151-2/+2
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying th...Keith Wall2014-09-121-3/+10
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-305-8/+27
* QPID-6051: Allow exceptions from post commit actions to be handled in the cal...Alex Rudyy2014-08-281-2/+7
* QPID-6051: Fix handling of exceptions thrown from post commit or deferred act...Alex Rudyy2014-08-281-4/+10
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-265-73/+132
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-241-2/+14
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-168-58/+182
* QPID-6002 : [Java Broker] NullPointerException when writing message discard l...Robert Godfrey2014-08-151-7/+6
* QPID-3978 : [Java Broker] Add unit test for UnacknowledgedMessageMapRobert Godfrey2014-08-141-0/+84
* QPID-3978 : [Java Broker] Fix bug in unacknowledged map where non locked (del...Robert Godfrey2014-08-141-1/+1
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-095-23/+47
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-081-3/+18
* QPID-5746 : [Java Broker] enforce idle disconnect of AMQP 0-8/9/9-1 connectionsRobert Godfrey2014-08-081-1/+10
* QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-083-16/+11
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-083-28/+33
* 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-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-254-26/+62
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-242-7/+16
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-063-12/+25
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-062-13/+15
* 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-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/+5
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-302-13/+13
* 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-2811-80/+39
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-7/+7