summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/protocol/AMQProtocolEngine.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-2984: Add statistics generation for broker message deliveryAndrew Donald Kennedy2011-03-081-2/+77
* QPID-2985: Add producer configurable transaction timeoutsAndrew Donald Kennedy2011-03-081-15/+23
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-041-1/+1
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-031-0/+5
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-1/+1
* QPID-2783: Eliminate the UnknownMessageTypeException from o.a.q.server.protoc...Robert Gemmell2010-08-081-1/+1
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to utili...Martin Ritchie2010-06-141-4/+4
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-25/+45
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-071-0/+4
* QPID-2575 : Create Connection and Session models to correctly expose the Owni...Martin Ritchie2010-05-071-2/+17
* QPID-2379: add Session.close() method implementationRobert Gemmell2010-04-091-0/+41
* QPID-2379: add Connection.close() method implementationRobert Gemmell2010-04-091-2/+48
* QPID-2379: defer getShadow property to ConnectionConfig objects instead of ha...Robert Gemmell2010-03-041-0/+5
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-041-0/+6
* QPID-2370 : Committing patch to improve broker logging. This will not cleanly...Martin Ritchie2010-02-051-1/+3
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-38/+102
* QPID-1992 : Update ProtocolEngine to create LogSubject in constructor as it n...Martin Ritchie2009-12-071-2/+3
* Merged r 886719:886722 from 0.5.x-dev.Martin Ritchie2009-12-031-8/+4
* Fixes for 0-9-1 supportRobert Godfrey2009-11-261-1/+1
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-50/+97
* Remove Java 1.6 @Overrides on interface implmentationsMartin Ritchie2009-10-191-12/+3
* Merge java-network-refactor branchAidan Skinner2009-10-151-0/+1035