summaryrefslogtreecommitdiff
path: root/java/client/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-3401 Checking the proposed changes into a branch to preserve history & c...address-refactorRajith Muditha Attapattu2011-10-141-7/+6
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-061-1/+6
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-282-10/+17
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-251-1/+1
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-191-0/+185
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-131-0/+765
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-092-12/+6
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-071-312/+0
* QPID-3395 Added a test case for this issue.Rajith Muditha Attapattu2011-08-311-0/+19
* QPID-3307: correct a couple style issues, add some basic unit testing for Obj...Robert Gemmell2011-08-213-0/+202
* QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec...Robert Gemmell2011-08-182-46/+3
* QPID-3343: refactor test profiles to allow testing within the same JVM for al...Robert Gemmell2011-07-076-184/+3
* QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov...Robert Gemmell2011-07-072-31/+11
* QPID-3277: AMQCallbackHandler improvements. Refactor AMQCallbackHandler to ac...Robert Gemmell2011-05-263-5/+177
* QPID-3220: Specifying connection url option failover='singlebroker' causes th...Robert Gemmell2011-05-161-0/+338
* QPID-3233Rajith Muditha Attapattu2011-05-031-0/+6
* QPID-3099Rajith Muditha Attapattu2011-03-011-0/+31
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-171-1/+1
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-2/+11
* QPID-2418: updates to fix test failures when using the 0-10 client test profi...Robert Gemmell2010-09-051-0/+7
* QPID-2697: Print AMQConnectionURL optionsAndrew Donald Kennedy2010-07-261-0/+12
* Commiting the patch attached to QPID-2471Rajith Muditha Attapattu2010-04-141-0/+5
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* This is related to QPID-1831Rajith Muditha Attapattu2010-02-031-0/+8
* QPID-2340 : Fix ProducerFlowControlTest to call a synchronous operation betwe...Robert Godfrey2010-01-141-0/+4
* Merge java-network-refactor branchAidan Skinner2009-10-151-3/+2
* QPID-1809 - The incorrect expcetions were due to a race condition between the...Martin Ritchie2009-09-042-10/+3
* This is related to QPID-1875Rajith Muditha Attapattu2009-05-281-0/+12
* QPID-1824 : Add ability to use a ConnectionURL String to configure a Configur...Martin Ritchie2009-04-211-0/+75
* This is a test case for QPID-1777Rajith Muditha Attapattu2009-03-312-0/+98
* Fix for QPID-1761 and QPID-1762: made BBEncoder.grow() flip the buffer before...Rafael H. Schloming2009-03-202-2/+2
* This is related to QPID-1720Rajith Muditha Attapattu2009-03-061-0/+13
* Made the various receive variants check that the server queue is empty before...Rafael H. Schloming2009-02-251-2/+5
* QPID-1623: Allow null as a valid destination for JMSReplyToAidan Skinner2009-02-111-0/+36
* QPID-1487: Make AMQDestination generate URLs with a destination set to the ro...Aidan Skinner2008-11-261-0/+42
* QPID-1431 : Prevent listeners being added to _frameListeners when an exceptio...Martin Ritchie2008-11-063-0/+703
* This is related to QPID-1319Rajith Muditha Attapattu2008-10-231-11/+0
* QPID-1335: moved Qman into java/management/clientArnaud Simon2008-10-0919-2386/+0
* This is a fix for QPID-1319.Rajith Muditha Attapattu2008-10-071-1/+17
* qpid-1284: Qman unit testsArnaud Simon2008-09-2919-0/+2386
* QPID-1208: fixed ConnectionURLTest to match the new behavior of AMQConnection...Rafael H. Schloming2008-08-291-1/+2
* QPID-615: Merge rupertlssmiths 581293Aidan Skinner2008-08-121-0/+125
* QPID-1213: simplified unprocessed message and moved version specific code int...Rafael H. Schloming2008-08-081-4/+4
* QPID-1213: Patch from rgodfrey to refactor AbstractJMSMessage and descendants...Rafael H. Schloming2008-08-073-19/+192
* QPID-940,QPID-594,QPID-805,QPID-826 : Updated the client exception handling s...Martin Ritchie2008-07-152-7/+34
* QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidT...Martin Ritchie2008-07-1559-14474/+0
* QPID-1079 : Based on Code Review : Remvoed AutoCreateVMBroker code from QpidT...Martin Ritchie2008-07-1548-363/+51
* QPID-293 allow messages which have been received by the consumer before a mes...Aidan Skinner2008-07-081-4/+4
* Qpid-940 - ConnectionTest#testPasswordFailureConnection fails occasionally so...Martin Ritchie2008-07-041-25/+33
* QPID-962 Exception handling was... unpleasing... Fix up of patch from rhsAidan Skinner2008-07-031-0/+1