summaryrefslogtreecommitdiff
path: root/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-2/+48
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-5/+25
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-9/+20
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-6/+6
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-14/+33
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-33/+33
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-281-1/+5
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-091-0/+13
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-211-0/+10
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-131-2/+5
* QPID-2901: fixes racing conditions on broker side when TopicDeletePolicy is c...Robert Gemmell2011-09-071-1/+1
* QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec...Robert Gemmell2011-08-181-56/+6
* QPID-3263 Applying patch from Weston Price with the following modifications.Rajith Muditha Attapattu2011-08-021-1/+12
* QPID-3269Rajith Muditha Attapattu2011-07-081-17/+33
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-071-1/+1
* QPID-3277: AMQCallbackHandler improvements. Refactor AMQCallbackHandler to ac...Robert Gemmell2011-05-261-32/+24
* QPID-3050Rajith Muditha Attapattu2011-02-121-1/+1
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-041-157/+13
* Added a log message to print out the negotiated AMQP version.Rajith Muditha Attapattu2010-07-221-1/+2
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-221-26/+31
* Commiting a patch by Emmanuel Bourg attached to QPID-2594Rajith Muditha Attapattu2010-05-111-3/+4
* This is related to QPID-1831Rajith Muditha Attapattu2010-02-031-1/+1
* This is related to QPID-2363Rajith Muditha Attapattu2010-01-281-1/+21
* The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q...Rajith Muditha Attapattu2010-01-211-2/+2
* QPID-2349 : Fixed Protocol Version negotiation. The Negotiated protocol versi...Martin Ritchie2010-01-201-2/+11
* This is a first step towards QPID-2343Rajith Muditha Attapattu2010-01-181-1/+1
* This is a fix for QPID-2174Rajith Muditha Attapattu2010-01-121-5/+5
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-181-9/+10
* QPID-2192: remove extraneous printStackTrace()sAidan Skinner2009-12-021-1/+0
* Added AMQP 0-9-1 supportRobert Godfrey2009-10-261-1/+1
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-13/+15
* QPID-1440 : Code review changes from QPID-1289. All actioned except adding ne...Martin Ritchie2009-10-081-1/+1
* This is related to QPID-1956Rajith Muditha Attapattu2009-09-221-5/+5
* This is a fix for QPID-1859Rajith Muditha Attapattu2009-05-141-1/+1
* QPID-1823: Allow recycling of channel IDsAidan Skinner2009-04-211-2/+58
* QPID-1809 : When a DisconnectedException is recieved check the StateManager t...Martin Ritchie2009-04-151-0/+11
* QPID-1779 : Update to ensure CACFTest reports failures correctly and resolved...Martin Ritchie2009-04-141-0/+2
* QPID-1779 : Application of patches attached to JIRA. Should address connectio...Martin Ritchie2009-04-101-2/+8
* This is related to QPID-1106 and QPID-1677Rajith Muditha Attapattu2009-02-251-5/+53
* This is related to QPID-1649Rajith Muditha Attapattu2009-02-091-1/+1
* This is related to QPID-1609.Rajith Muditha Attapattu2009-01-231-32/+49
* QPID-1605: added an assertion to catch acknowledgments of message-ids outside...Rafael H. Schloming2009-01-211-0/+5
* QPID-1339:Rafael H. Schloming2008-10-271-0/+6
* QPID-1352: log the original exception so we don't lose the stack traceRafael H. Schloming2008-10-131-0/+1
* QPID-1289: Make 0-8/0-9 client honour the max_preftech system property.Aidan Skinner2008-10-101-5/+5
* QPID-1339: refactor of low level client API to permit connections to exist in...Rafael H. Schloming2008-10-091-1/+1
* QPID-1206: Fix failover and failover testsAidan Skinner2008-08-051-18/+0
* QPID-1203 Don't treat protocol negotiation failure as failover reducing error.Aidan Skinner2008-07-291-4/+2
* QPID-1201: fixed up version of aidan's patch, there are still failures when r...Rafael H. Schloming2008-07-291-29/+39
* Updated the io transport to use a separate write thread with a circular buffe...Rafael H. Schloming2008-07-221-8/+11