summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/protocol/AMQProtocolSession.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : removed unused constant which historically related to the use of MI...Robert Godfrey2014-10-211-1/+0
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-171-3/+13
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-091-7/+13
* QPID-5980: continued javadoc fixupsRobert Gemmell2014-08-081-2/+3
* QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-301-27/+29
* QPID-5224: escape usage of the ExchangeBound AMQP extension during basic cons...Robert Gemmell2013-10-131-1/+12
* QPID-2796 : Added Java system test for heartbeatingRobert Godfrey2012-11-261-1/+1
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-101-0/+7
* QPID-3885 Applying a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-081-3/+12
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-2/+0
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-13/+58
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-7/+7
* QPID-3534: ignore transport exceptions raised whilst closing the network conn...Robert Gemmell2011-10-111-1/+10
* QPID-3534, QPID-3535: make 0-8/0-9/0-9-1 client path simply close the underly...Robert Gemmell2011-10-101-1/+1
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-281-18/+15
* QPID-3277: AMQCallbackHandler improvements. Refactor AMQCallbackHandler to ac...Robert Gemmell2011-05-261-10/+0
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-041-0/+5
* QPID-2799: Convert address with underscores for temp queue nameAndrew Donald Kennedy2010-08-131-4/+4
* QPID-2522Rajith Muditha Attapattu2010-04-211-2/+1
* QPID-2349 : Fixed Protocol Version negotiation. The Negotiated protocol versi...Martin Ritchie2010-01-201-0/+2
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-091-8/+1
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-3/+10
* Merge java-network-refactor branchAidan Skinner2009-10-151-92/+18
* QPID-1809 - The incorrect expcetions were due to a race condition between the...Martin Ritchie2009-09-041-2/+2
* QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; f...Rafael H. Schloming2008-08-091-2/+2
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-14/+5
* QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tes...Aidan Skinner2008-08-081-4/+20
* QPID-940,QPID-594,QPID-805,QPID-826 : Updated the client exception handling s...Martin Ritchie2008-07-151-40/+30
* QPID-832 merge M2.xAidan Skinner2008-04-241-41/+124
* Unprocessed message was made abstract and a 0-8 and 0-10 implementation is pr...Rajith Muditha Attapattu2007-09-061-4/+6
* Merged revisions 439476-447993,447995-448007,448009-448141,448143-448157,4481...Martin Ritchie2007-06-151-10/+10
* Refactored exceptions to have single constructors and made room for wrapped c...Rupert Smith2007-05-211-7/+6
* Merged revisions 540107 via svnmerge from Rupert Smith2007-05-211-9/+7
* Merged revisions 532766-532785,532788-532790,532792-533064,533066-533074,5330...Martin Ritchie2007-05-011-50/+16
* Merged revisions 526714 via svnmerge from Robert Greig2007-04-091-16/+30
* QPID-346,QPID-386,QPID-403, QPID-410 Rollback, Basic-Reject, QueueBrowser NO_...Martin Ritchie2007-03-131-35/+25
* QPID-391 : Broker Refactoring - initial tidy... add some mechanisms for multi...Robert Godfrey2007-02-251-8/+5
* QPID-11 remove protocol literals from code. Martin Ritchie2007-02-161-1/+2
* Applied QPID-162 patches from Kevin SmithMartin Ritchie2007-02-141-8/+16
* QPID-324 : Patch supplied by Rob Godfrey - Only send byte indicating topic / ...Robert Greig2007-01-291-10/+15
* QPID-318 : Patch supplied by Rob Godfrey - Remove hard-coding of protocol ver...Robert Greig2007-01-251-0/+24
* QPID-310 Propagated JMS Exception to client.Martin Ritchie2007-01-221-16/+36
* QPID-294 : Patch supplied by Rob Godfrey - Fix race condition on client conne...Robert Greig2007-01-151-0/+12
* Created common AMQMethodListener class, allowing the Request and Response man...Kim van der Riet2007-01-121-0/+15
* Refactor to create a common AMQMethodEvent object. Also created a common AMQP...Kim van der Riet2007-01-111-1/+2
* QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri...Robert Greig2007-01-081-8/+4
* QPID-101Martin Ritchie2006-12-201-0/+8
* directory moves required for maven mergeStephen Vinoski2006-11-181-0/+409