summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover pr...Keith Wall2015-02-131-5/+42
* QPID-6374 : tidyup calls to connection task poolRobert Godfrey2015-02-101-11/+29
* QPID-6374 : Always call exception listener from connection task pool, rather ...Robert Godfrey2015-02-101-3/+12
* QPID-6374 : Reorder ock aquisition and remove synchronization where it is not...Robert Godfrey2015-02-101-53/+56
* QPID-6371: [Java Broker/Java Common] Prevent log4j warning during Broker startupKeith Wall2015-02-071-0/+6
* QPID-6363: [Java Client] Register SASL mechanisms earlyKeith Wall2015-02-051-0/+12
* QPID-6179 - [Java Client] Connection establishment can send invalid frame seq...Robert Godfrey2014-10-231-0/+3
* QPID-6152: [Java Client] Allow connection/session close time to be overridden...Keith Wall2014-10-141-47/+33
* QPID-6088 : [Java Client] AMQP 0-8/8/9-1 prefetch should auto expand when rec...Robert Godfrey2014-09-081-36/+0
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-241-2/+3
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-161-41/+77
* QPID-5980: continued javadoc fixupsRobert Gemmell2014-08-081-1/+1
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-211-4/+4
* QPID-5050: Move invocation of ExceptionListener to after the failoverMutex is...Keith Wall2013-08-161-32/+44
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-211-3/+12
* QPID-4714 Moved _delegate.closeConnection method inside a finally blockRajith Muditha Attapattu2013-04-251-3/+12
* QPID-4312 : [Java Client] add option for verification of queue existence duri...Robert Godfrey2013-02-041-1/+21
* QPID-2796 : Added Java system test for heartbeatingRobert Godfrey2012-11-261-0/+5
* QPID-3906 Switched the default to legacy stream message format.Rajith Muditha Attapattu2012-09-281-1/+2
* QPID-3906 List Message support for JMS.Rajith Muditha Attapattu2012-09-281-0/+20
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-101-1/+1
* QPID-4038: log the Connection number and its local and remote addresses after...Robert Gemmell2012-06-041-0/+10
* QPID-4033: update the Dispatcher thread name to include a connection id to ea...Robert Gemmell2012-05-311-5/+15
* QPID-3912: Client failover fails to reconnect if a previous attempted reconne...Keith Wall2012-03-281-0/+1
* QPID-3885 Applying a patch by Kevin Conner.Rajith Muditha Attapattu2012-03-081-5/+14
* QPID-2020 : [Java Client] create[Durable]ConnectionConsumer should throw JMSE...Robert Godfrey2012-02-271-4/+5
* 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
* Merge branch 'QPID-3263' into trunkRajith 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