summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/protocol/AMQProtocolHandler.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6336: [Java Broker] Change 0-8..0-91 path to await the receiver being cl...Keith Wall2015-01-271-1/+1
* QPID-6206 : [Java Client] create new AMQDecoder for every reconnection attemptRobert Godfrey2014-10-311-1/+7
* QPID-6164 : Add synchronous publish capability to 0-8/9/9-1Robert Godfrey2014-10-171-2/+2
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-171-5/+15
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-1/+1
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-191-5/+4
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-091-4/+9
* QPID-5980: continued javadoc fixupsRobert Gemmell2014-08-081-22/+17
* QPID-5978 : [Java Client] fail faster when a TCP connection is established, b...Robert Godfrey2014-08-081-12/+29
* NO-JIRA: [Java System Tests] Add extra logging to HeartbeatTest in order to u...Keith Wall2013-11-281-1/+1
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-301-3/+3
* QPID-2796 : Added Java system test for heartbeatingRobert Godfrey2012-11-261-5/+11
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-251-0/+16
* QPID-4289, QPID-4344: restore catching of TransportExceptions when trying to ...Robert Gemmell2012-11-031-6/+18
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-101-38/+70
* QPID-3903: Session#close() should not wait forever if broker fails to respond...Keith Wall2012-03-251-1/+2
* QPID-3789 : [Java Broker] Remove duplication between two password file databa...Robert Godfrey2012-02-011-1/+0
* QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...Robert Godfrey2012-01-311-154/+1
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-2/+1
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-118/+118
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-14/+13
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-24/+205
* QPID-3512: Avoid race during 0-8..0-9-1 connection close.Keith Wall2011-09-301-9/+7
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-281-14/+1
* QPID-3449: adds ability to override the session timeout via JVM properties qp...Robert Gemmell2011-09-121-1/+4
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-091-1/+36
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-071-100/+51
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-071-17/+20
* QPID-3341: remove unused/dead transport code and accompanying implementation ...Robert Gemmell2011-07-071-15/+0
* QPID-1670: Implement an UncaughtExceptionHandler to log exceptions causing t...Robert Gemmell2011-02-041-7/+32
* The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q...Rajith Muditha Attapattu2010-01-211-1/+1
* QPID-2349 : Fixed Protocol Version negotiation. The Negotiated protocol versi...Martin Ritchie2010-01-201-0/+1
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-181-3/+10
* QPID-2192: remove extraneous printStackTrace()sAidan Skinner2009-12-021-1/+0
* Added AMQP 0-9-1 supportRobert Godfrey2009-10-261-1/+7
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-21/+17
* Remove Java 1.6 @Overrides on interface implmentationsMartin Ritchie2009-10-191-5/+0
* Merge java-network-refactor branchAidan Skinner2009-10-151-198/+204
* QPID-1809 - The incorrect expcetions were due to a race condition between the...Martin Ritchie2009-09-041-32/+22
* QPID-1454 : Synchronize round the setting and usage of _failoverLatch, with a...Martin Ritchie2008-11-181-3/+12
* QPID-1434 : Changed rethrow() name based on feedback from RobMartin Ritchie2008-11-061-1/+1
* QPID-1431 : Prevent listeners being added to _frameListeners when an exceptio...Martin Ritchie2008-11-061-13/+36
* This is for QPID-1296Rajith Muditha Attapattu2008-10-231-1/+3
* QPID-1119 : M2x commit : Addition of a System property to AMQProtocolHandler....Martin Ritchie2008-08-221-1/+1
* QPID-1225 : Temporary commit to allow CI systems to help diagnose cause of ra...Martin Ritchie2008-08-211-0/+2
* QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tes...Aidan Skinner2008-08-081-0/+15
* QPID-1177 : Fixed the format of the messages, realised that the transport.Con...Martin Ritchie2008-07-171-6/+2
* Update to the logging to ensure QpidTestCase is always logged and standardize...Martin Ritchie2008-07-161-2/+2
* QPID-1177 : Added Protocol Level Debug logging. Uses a final static so should...Martin Ritchie2008-07-151-1/+13
* QPID-940,QPID-594,QPID-805,QPID-826 : Updated the client exception handling s...Martin Ritchie2008-07-151-63/+72