summaryrefslogtreecommitdiff
path: root/java/client/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3662: Only display connection options once in toString of URLAndrew Donald Kennedy2011-12-062-10/+28
* QPID-3661: Add Dynamic-Import-Package wildcard entry to client .bnd fileAndrew Donald Kennedy2011-12-061-0/+1
* QPID-3654: ANONYMOUS SASL mechanism does not work on Java clientAndrew Stitcher2011-11-301-2/+3
* QPID-3642: Fix for redelivery regression found by python testsKeith Wall2011-11-301-4/+0
* QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also...Keith Wall2011-11-282-10/+39
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-2813-52/+453
* QPID-3582: Client reporting "Unable to load custom SASL providers" during con...Keith Wall2011-11-221-6/+0
* QPID-2703: 0-10 Transaction rollback/recover does not restore consumer creditKeith Wall2011-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-3539: NoLocal should occur at the connection level and not the session l...Keith Wall2011-11-101-1/+2
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-097-52/+45
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-099-35/+88
* QPID-3536: 0-10 overrides JMS AcceptMode with a defaulted (not explicitly set...Keith Wall2011-11-073-23/+3
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-0710-162/+259
* QPID-3583: Update trunk version from 0.13 to 0.15Justin 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