summaryrefslogtreecommitdiff
path: root/java/client/src/test
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-2810-65/+766
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-0/+24
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-034-48/+79
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-044-20/+54
* QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...Robert Godfrey2012-02-201-0/+45
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-132-3/+2
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-131-0/+63
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-022-1/+3
* QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-021-1/+2
* QPID-3784: introduce system property to run a dispatcher thread as damon/non-...Robert Gemmell2012-02-021-0/+66
* QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-011-3/+24
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-275-14/+14
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2725-184/+111
* QPID-3720 : [Java Broker] Implement Message GroupingRobert Godfrey2012-01-031-7/+1
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-282-14/+12
* QPID-3662: Only display connection options once in toString of URLAndrew Donald Kennedy2011-12-061-0/+28
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-285-11/+282
* QPID-2703: 0-10 Transaction rollback/recover does not restore consumer creditKeith Wall2011-11-171-23/+0
* QPID-3610: set TCP_NODELAY to true by default, add new system property for ch...Robert Gemmell2011-11-111-10/+21
* QPID-3519: refactor consumer argument handlingKeith Wall2011-11-091-9/+8
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-092-3/+10
* QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo...Keith Wall2011-11-072-1/+110
* 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