| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4023: restore connection URL setter, add check that URL details have bee... | Robert Gemmell | 2012-05-28 | 1 | -2/+18 |
| * | QPID-3971: resolve CI failure (hopefully), make misc test improvements | Robert Gemmell | 2012-05-13 | 2 | -69/+58 |
| * | QPID-3971:PropertiesFileInitialContextFactory cannot open file URI | Weston M. Price | 2012-05-13 | 1 | -1/+0 |
| * | QPID-3994: add support for optionally retrieving FindBugs using Ivy | Weston M. Price | 2012-05-13 | 1 | -0/+27 |
| * | QPID-3791: PropertiesFileInitialContextFactory cannot open file URL | Weston M. Price | 2012-05-03 | 1 | -19/+0 |
| * | QPID-3971: PropertiesFileInitialContextFactory cannot open file URL | Weston M. Price | 2012-05-03 | 3 | -19/+72 |
| * | QPID-792 : [Java Client] Validate queue browser selector on client side, not ... | Robert Godfrey | 2012-02-27 | 1 | -1/+1 |
| * | QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin... | Robert Godfrey | 2012-02-20 | 1 | -0/+45 |
| * | QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ... | Robert Gemmell | 2012-02-13 | 2 | -3/+2 |
| * | QPID-3440: add test to verify issue by ensuring that the reply-to Destination... | Robert Gemmell | 2012-02-13 | 1 | -0/+63 |
| * | QPID-3801 : [Java] Move JMS Selector code into common | Robert Godfrey | 2012-02-02 | 2 | -1/+3 |
| * | QPID-3784: move the system property key into ClientProperties | Robert Gemmell | 2012-02-02 | 1 | -1/+2 |
| * | QPID-3784: introduce system property to run a dispatcher thread as damon/non-... | Robert Gemmell | 2012-02-02 | 1 | -0/+66 |
| * | QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to... | Robert Gemmell | 2012-02-01 | 1 | -3/+24 |
| * | NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl... | Robert Godfrey | 2012-01-27 | 5 | -14/+14 |
| * | NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused... | Robert Godfrey | 2012-01-27 | 25 | -184/+111 |
| * | QPID-3720 : [Java Broker] Implement Message Grouping | Robert Godfrey | 2012-01-03 | 1 | -7/+1 |
| * | QPID-3714 : [Java] Performance Improvements | Robert Godfrey | 2011-12-28 | 2 | -14/+12 |
| * | QPID-3662: Only display connection options once in toString of URL | Andrew Donald Kennedy | 2011-12-06 | 1 | -0/+28 |
| * | QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa... | Keith Wall | 2011-11-28 | 5 | -11/+282 |
| * | QPID-2703: 0-10 Transaction rollback/recover does not restore consumer credit | Keith Wall | 2011-11-17 | 1 | -23/+0 |
| * | QPID-3610: set TCP_NODELAY to true by default, add new system property for ch... | Robert Gemmell | 2011-11-11 | 1 | -10/+21 |
| * | QPID-3519: refactor consumer argument handling | Keith Wall | 2011-11-09 | 1 | -9/+8 |
| * | QPID-3518: Introduce client side ability to detect server side support. | Keith Wall | 2011-11-09 | 2 | -3/+10 |
| * | QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo... | Keith Wall | 2011-11-07 | 2 | -1/+110 |
| * | QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall... | Robert Gemmell | 2011-10-06 | 1 | -1/+6 |
| * | QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from... | Keith Wall | 2011-09-28 | 2 | -10/+17 |
| * | QPID-3444: issue an invalid argument execution exception if the exchange name... | Robert Gemmell | 2011-09-25 | 1 | -1/+1 |
| * | QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr... | Keith Wall | 2011-09-19 | 1 | -0/+185 |
| * | QPID-3448: catch exceptions from the underlying Transport/Session/Connection ... | Robert Gemmell | 2011-09-13 | 1 | -0/+765 |
| * | QPID-2627 : Remove dependency on MINA | Robert Godfrey | 2011-09-09 | 2 | -12/+6 |
| * | QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ... | Robert Godfrey | 2011-09-07 | 1 | -312/+0 |
| * | QPID-3395 Added a test case for this issue. | Rajith Muditha Attapattu | 2011-08-31 | 1 | -0/+19 |
| * | QPID-3307: correct a couple style issues, add some basic unit testing for Obj... | Robert Gemmell | 2011-08-21 | 3 | -0/+202 |
| * | QPID-3434: Refactored 0-8..0-9-1 code paths to use same SSL configuration mec... | Robert Gemmell | 2011-08-18 | 2 | -46/+3 |
| * | QPID-3343: refactor test profiles to allow testing within the same JVM for al... | Robert Gemmell | 2011-07-07 | 6 | -184/+3 |
| * | QPID-3342: transition TCP based Mina transport for 0-8/0-9/0-9-1 protocols ov... | Robert Gemmell | 2011-07-07 | 2 | -31/+11 |
| * | QPID-3277: AMQCallbackHandler improvements. Refactor AMQCallbackHandler to ac... | Robert Gemmell | 2011-05-26 | 3 | -5/+177 |
| * | QPID-3220: Specifying connection url option failover='singlebroker' causes th... | Robert Gemmell | 2011-05-16 | 1 | -0/+338 |
| * | QPID-3233 | Rajith Muditha Attapattu | 2011-05-03 | 1 | -0/+6 |
| * | QPID-3099 | Rajith Muditha Attapattu | 2011-03-01 | 1 | -0/+31 |
| * | QPID-2857 : Address issues found by running FindBugs against the Java codebase | Robert Godfrey | 2010-09-17 | 1 | -1/+1 |
| * | QPID-2857 : Address issues found by running FindBugs against the Java codebase | Robert Godfrey | 2010-09-12 | 1 | -2/+11 |
| * | QPID-2418: updates to fix test failures when using the 0-10 client test profi... | Robert Gemmell | 2010-09-05 | 1 | -0/+7 |
| * | QPID-2697: Print AMQConnectionURL options | Andrew Donald Kennedy | 2010-07-26 | 1 | -0/+12 |
| * | Commiting the patch attached to QPID-2471 | Rajith Muditha Attapattu | 2010-04-14 | 1 | -0/+5 |
| * | I have added the license header to the files included in this commit. | Rajith Muditha Attapattu | 2010-02-12 | 1 | -0/+21 |
| * | This is related to QPID-1831 | Rajith Muditha Attapattu | 2010-02-03 | 1 | -0/+8 |
| * | QPID-2340 : Fix ProducerFlowControlTest to call a synchronous operation betwe... | Robert Godfrey | 2010-01-14 | 1 | -0/+4 |
| * | Merge java-network-refactor branch | Aidan Skinner | 2009-10-15 | 1 | -3/+2 |