summaryrefslogtreecommitdiff
path: root/java/broker/src/main/java/org/apache/qpid/server/protocol/AMQProtocolEngine.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-48/+51
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-109/+137
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-3/+5
* QPID-3829: use a seperate object for reference checking to stop the AMQMessag...Robert Gemmell2012-02-131-8/+8
* QPID-3816: add client version to connection open loggingRobert Gemmell2012-02-061-5/+5
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-051-23/+6
* QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...Robert Godfrey2012-01-311-155/+1
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-301-25/+0
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-2/+2
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-3/+8
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-40/+22
* QPID-3762: make sure to close the IoSender when the IoReciever indicates the ...Robert Gemmell2012-01-161-1/+8
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-21/+44
* QPID-3687 : Improve Java Broker performanceRobert Godfrey2011-12-151-11/+247
* QPID-3428: update to stop duplicate 0-10 session registrations into the manag...Robert Gemmell2011-10-301-1/+2
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-131-0/+12
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-091-5/+39
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-071-68/+78
* QPID-3385: remove old ID generator left over after earlier commitRobert Gemmell2011-08-151-3/+0
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-081-5/+5
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-131-11/+17
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-071-7/+0
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-071-24/+20
* 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