summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-3582: stop client reporting "Unable to load custom SASL providers" durin...0.14Robert Gemmell2011-12-011-6/+0
* QPID-3654: ANONYMOUS SASL mechanism does not work on Java clientAndrew Stitcher2011-11-301-2/+3
* QPID-2703: restore the import removed when merging r1203139 in r1203317, it w...Robert Gemmell2011-11-171-0/+1
* QPID-2703: 0-10 Transaction rollback/recover does not restore consumer creditRobert Gemmell2011-11-173-30/+17
* QPID-3610: set TCP_NODELAY to true by default, add new system property for ch...Robert Gemmell2011-11-111-10/+21
* QPID-3583: Update release-branch version from 0.13 to 0.14Justin Ross2011-11-031-1/+1
* QPID-3562: move sending completions if necessary into postDeliver() so that p...Robert Gemmell2011-10-302-11/+28
* QPID-3532: make the 0-10 client hold the failover mutex during the failover. ...Robert Gemmell2011-10-215-25/+58
* QPID-3542: ensure session complete sent for filtered out messagesKeith Wall2011-10-182-9/+41
* QPID-3546: update the highestDeliveryTag marker during failover to prevent th...Robert Gemmell2011-10-132-5/+39
* QPID-3542: Java client does not ack non-matching messages when using client s...Keith Wall2011-10-112-67/+45
* 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-3526: ensure that the session is marked clean after message.acknowledge(...Robert Gemmell2011-10-071-0/+1
* QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ...Keith Wall2011-10-065-16/+52
* QPID-3525: stop the client from accidentally consuming the messages it is act...Robert Gemmell2011-10-061-12/+24
* QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch...Robert Gemmell2011-10-066-80/+53
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-067-166/+118
* QPID-3526: move duplicated methods into the parent abstract message delegate,...Robert Gemmell2011-10-065-191/+72
* QPID-3512: Avoid race during 0-8..0-9-1 connection close.Keith Wall2011-09-305-34/+59
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-2811-107/+51
* QPID-3507: move the MessageListener check in front of the _receiving CASRobert Gemmell2011-09-271-4/+4
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-252-2/+2
* QPID-3466 Removed the extraneous toString()Rajith Muditha Attapattu2011-09-211-1/+1
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-196-125/+550
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-138-48/+953
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-134-8/+18
* 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-0928-1385/+1636
* QPID-2901: fixes racing conditions on broker side when TopicDeletePolicy is c...Robert Gemmell2011-09-071-1/+1
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-076-544/+74
* QPID-3466 Removed the 'create:always' option when constructing theRajith Muditha Attapattu2011-09-061-1/+1
* QPID-3466 Added logic to convert exchange/replyTo pairs into addressRajith Muditha Attapattu2011-09-051-3/+58
* QPID-3461 The commit method implementation in AMQSession_0_10 nowRajith Muditha Attapattu2011-08-311-0/+7
* QPID-3395 Added a test case for this issue.Rajith Muditha Attapattu2011-08-311-0/+19
* QPID-3373 Applying Pavel's patch. I also added the same fix for theRajith Muditha Attapattu2011-08-311-23/+42
* QPID-3395 Applied Pavel's patch with minor modifications.Rajith Muditha Attapattu2011-08-301-8/+13
* QPID-3307: correct a couple style issues, add some basic unit testing for Obj...Robert Gemmell2011-08-214-6/+206
* QPID-3307: attempt fall back to the ClassLoader which loaded the OIS when una...Robert Gemmell2011-08-212-1/+138
* QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec...Robert Gemmell2011-08-1811-510/+136
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-181-3/+12
* NO-JIRA: delete unused folder with old testsRobert Gemmell2011-08-1844-6009/+0
* QPID-3377 Applying patch from Pavel MoravecRajith Muditha Attapattu2011-08-021-5/+6
* QPID-3381 Provided the ability to retrieve the routing key from a JMS message...Rajith Muditha Attapattu2011-08-021-2/+7
* QPID-3381 Added the class QpidMessageProperties as a place holder for Qpid sp...Rajith Muditha Attapattu2011-08-021-0/+34
* Merge branch 'QPID-3263' into trunkRajith Muditha Attapattu2011-08-023-8/+51
* NO-JIRA: correct example jar name in client README, update ivy.xml file with ...Robert Gemmell2011-07-211-1/+1
* Merge branch 'perf' into trunkRajith Muditha Attapattu2011-07-201-1/+1
* QPID-3345: restore/add ability to use sys props to select the NetworkTranspor...Robert Gemmell2011-07-141-2/+2
* QPID-3269Rajith Muditha Attapattu2011-07-086-26/+84