summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnectionDelegate_0_10.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA : AMQP-1-0 sandbox updates - merge from trunkrg-amqp-1-0-sandboxRobert Godfrey2012-03-101-21/+21
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-1/+1
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-6/+29
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-23/+62
* NO-JIRA: [AMQP 1-0 Sandbox] merging from trunkRobert Godfrey2012-03-011-3/+12
* NO-JIRA: Merged from trunk to amqp-1-0 sandbox branchRobert Godfrey2011-09-071-13/+14
* NO-JIRA : Merge to 1-0 sandbox branch from current HEAD - r1160304Robert Godfrey2011-08-221-74/+6
* NO-JIRA: Merged up to current HEAD on 1-0 sandbox branchRobert Godfrey2011-08-151-4/+40
* Non-JIRA: Merged up to r1085000 onto 1-0 sandbox branchRobert Godfrey2011-08-151-0/+8
* QPID-3008: Fix failover behaviour in 0-10 for QueueBrowserAutoAckTestAndrew Donald Kennedy2011-02-171-4/+10
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-041-1/+21
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-031-1/+13
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-221-4/+11
* Commiting a patch by Emmanuel Bourg attached to QPID-2594Rajith Muditha Attapattu2010-05-111-0/+1
* The heartbeat wasn't being set properly and these mistakes went uncaught due ...Rajith Muditha Attapattu2010-05-061-1/+1
* This is related to QPID-2447Rajith Muditha Attapattu2010-03-221-0/+5
* Added support for QPID-2444 QPID-2446Rajith Muditha Attapattu2010-03-191-38/+83
* Fixed an error in retrieving the SSL parameterRajith Muditha Attapattu2010-02-111-1/+1
* This is related to QPID-1831Rajith Muditha Attapattu2010-02-031-1/+1
* The commit contains fixes for QPID-2351, QPID-2350 and some ground work for Q...Rajith Muditha Attapattu2010-01-211-34/+80
* Changed the setIdleTimeout method to take an int instead of a long.Rajith Muditha Attapattu2010-01-191-1/+1
* 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-0/+1
* This is a fix for QPID-2336Rajith Muditha Attapattu2010-01-111-1/+1
* QPID-2273 : Fix Protocol NegotiationRobert Godfrey2009-12-181-0/+5
* Fix compiler compliance levels, not allowed @Override on interfaces in 1.5Aidan Skinner2009-10-111-1/+0
* QPID-1440 : Code review changes from QPID-1289. All actioned except adding ne...Martin Ritchie2009-10-081-0/+12
* QPID-1823: Allow recycling of channel IDsAidan Skinner2009-04-211-2/+8
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-251-6/+0
* This is related to QPID-1649Rajith Muditha Attapattu2009-02-091-2/+7
* This is related to QPID-1609.Rajith Muditha Attapattu2009-01-231-5/+17
* QPID-1605: added an assertion to catch acknowledgments of message-ids outside...Rafael H. Schloming2009-01-211-3/+10
* QPID-1430: *ahem* better fix for NPE on connection closeRafael H. Schloming2008-11-061-1/+6
* QPID-1430: fixed an NPE on connection closeRafael H. Schloming2008-11-041-1/+1
* QPID-1339:Rafael H. Schloming2008-10-271-11/+69
* This is related to QPID-1296.Rajith Muditha Attapattu2008-10-231-1/+1
* QPID-1339: refactor of low level client API to permit connections to exist in...Rafael H. Schloming2008-10-091-19/+31
* QPID-1258 add ASL to java files that were missing itAidan Skinner2008-08-221-0/+21
* QPID-1072: renamed org.apache.qpidity -> org.apache.qpidRafael H. Schloming2008-07-291-6/+6
* QPID-1201: fixed up version of aidan's patch, there are still failures when r...Rafael H. Schloming2008-07-291-4/+7
* QPID-962 Exception handling was... unpleasing... Fix up of patch from rhsAidan Skinner2008-07-031-0/+1
* QPID-1139: use RFC1982 comparisons for rollback mark and update rollback mark...Rafael H. Schloming2008-06-161-0/+1
* QPID-1116: fixed a race condition in connection/session close, session close ...Rafael H. Schloming2008-06-051-1/+1
* QPID-829 Remove 0.10 specific URL. The code path is now selected based on bro...Arnaud Simon2008-04-021-0/+6
* added test for exception listener; fixed NPERafael H. Schloming2008-02-071-4/+8
* Added code to pass in the throwable to the closedListener so that it can be i...Rajith Muditha Attapattu2008-02-061-2/+7
* Added code to connect the network error exceptions to the JMS Exception liste...Rajith Muditha Attapattu2008-02-051-0/+1
* added support to notify connection.close to the JMSExceptionListenerRajith Muditha Attapattu2008-01-291-1/+12
* renamed qpidity.jms to qpidity.njms and qpidity.client to qpidity.nclientArnaud Simon2007-09-191-2/+2
* Added XA support (for 0_10 only)Arnaud Simon2007-09-181-2/+26