| Commit message (Expand) | Author | Age | Files | Lines |
| * | NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha... | Robert Godfrey | 2012-01-27 | 5 | -40/+141 |
| * | NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused... | Robert Godfrey | 2012-01-27 | 149 | -957/+807 |
| * | QPID-3786 Setting queueName, exchange and routingKey from information | Rajith Muditha Attapattu | 2012-01-26 | 1 | -1/+15 |
| * | QPID-3265 This is not a fix for this issue, but rather a minor step towards it. | Rajith Muditha Attapattu | 2012-01-26 | 1 | -4/+4 |
| * | QPID-3604 Added sync() after sending message stop for each subscriber. | Rajith Muditha Attapattu | 2012-01-24 | 1 | -0/+1 |
| * | QPID-3604 Once message stop is issued for each subscriber, the client | Rajith Muditha Attapattu | 2012-01-24 | 2 | -1/+93 |
| * | QPID-3688 Added a default constructor and allowed the destination string to b... | Rajith Muditha Attapattu | 2012-01-18 | 4 | -1/+34 |
| * | QPID-3763 Committing a patch by Weston Price. | Rajith Muditha Attapattu | 2012-01-17 | 1 | -1/+1 |
| * | QPID-3761: rename the fallback config to ensure it isnt just picked up by Log... | Robert Gemmell | 2012-01-16 | 1 | -1/+1 |
| * | QPID-3604 Reverting the changes as it releases messages everytime the | Rajith Muditha Attapattu | 2012-01-11 | 2 | -38/+8 |
| * | QPID-3604 The code now drains individual consumer queues as well as the | Rajith Muditha Attapattu | 2012-01-11 | 2 | -6/+38 |
| * | QPID-3279, committing a patch by Weston Price. | Rajith Muditha Attapattu | 2012-01-10 | 1 | -1/+1 |
| * | QPID-1644 : Fix 0-8 Java Client to only declare amq.* exchanges passively whe... | Robert Godfrey | 2012-01-08 | 1 | -9/+12 |
| * | QPID-3715: Fix the receiving of an empty ObjectMessage (without a body) | Keith Wall | 2012-01-07 | 1 | -39/+13 |
| * | QPID-3716: restore throwing of IllegalStateException upon invoking Session#ge... | Robert Gemmell | 2012-01-06 | 3 | -4/+21 |
| * | QPID-3720 : [Java Broker] Implement Message Grouping | Robert Godfrey | 2012-01-03 | 3 | -9/+8 |
| * | QPID-3714 : [Java] Performance Improvements | Robert Godfrey | 2011-12-28 | 14 | -121/+408 |
| * | QPID-3659 The previous if statement for processing boolean props looks a bit ... | Rajith Muditha Attapattu | 2011-12-21 | 1 | -8/+12 |
| * | QPID-3044: Implement JCA Adapter for Java JMS client | Andrew Stitcher | 2011-12-18 | 3 | -5/+43 |
| * | QPID-3691: failover should sync once before reporting failover success | Keith Wall | 2011-12-16 | 1 | -0/+1 |
| * | QPID-3625 Comitting a patch from Weston Price. | Rajith Muditha Attapattu | 2011-12-12 | 5 | -15/+73 |
| * | QPID-3625 Reversing the change we made as AUTO_ACK seems correct. | Rajith Muditha Attapattu | 2011-12-09 | 1 | -1/+1 |
| * | QPID-3625 Commiting the patch by Weston Price. | Rajith Muditha Attapattu | 2011-12-08 | 1 | -3/+3 |
| * | QPID-3659 Added a method in AMQBrokerDetails to handle boolean | Rajith Muditha Attapattu | 2011-12-07 | 1 | -7/+21 |
| * | QPID-3662: Only display connection options once in toString of URL | Andrew Donald Kennedy | 2011-12-06 | 2 | -10/+28 |
| * | QPID-3661: Add Dynamic-Import-Package wildcard entry to client .bnd file | Andrew Donald Kennedy | 2011-12-06 | 1 | -0/+1 |
| * | QPID-3654: ANONYMOUS SASL mechanism does not work on Java client | Andrew Stitcher | 2011-11-30 | 1 | -2/+3 |
| * | QPID-3642: Fix for redelivery regression found by python tests | Keith Wall | 2011-11-30 | 1 | -4/+0 |
| * | QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also... | Keith Wall | 2011-11-28 | 2 | -10/+39 |
| * | QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa... | Keith Wall | 2011-11-28 | 13 | -52/+453 |
| * | QPID-3582: Client reporting "Unable to load custom SASL providers" during con... | Keith Wall | 2011-11-22 | 1 | -6/+0 |
| * | QPID-2703: 0-10 Transaction rollback/recover does not restore consumer credit | Keith Wall | 2011-11-17 | 3 | -30/+17 |
| * | QPID-3610: set TCP_NODELAY to true by default, add new system property for ch... | Robert Gemmell | 2011-11-11 | 1 | -10/+21 |
| * | QPID-3539: NoLocal should occur at the connection level and not the session l... | Keith Wall | 2011-11-10 | 1 | -1/+2 |
| * | QPID-3519: refactor consumer argument handling | Keith Wall | 2011-11-09 | 7 | -52/+45 |
| * | QPID-3518: Introduce client side ability to detect server side support. | Keith Wall | 2011-11-09 | 9 | -35/+88 |
| * | QPID-3536: 0-10 overrides JMS AcceptMode with a defaulted (not explicitly set... | Keith Wall | 2011-11-07 | 3 | -23/+3 |
| * | QPID-2848: refactored message consumer: pre-aquire, capacity decisions are mo... | Keith Wall | 2011-11-07 | 10 | -162/+259 |
| * | QPID-3583: Update trunk version from 0.13 to 0.15 | Justin Ross | 2011-11-03 | 1 | -1/+1 |
| * | QPID-3562: move sending completions if necessary into postDeliver() so that p... | Robert Gemmell | 2011-10-30 | 2 | -11/+28 |
| * | QPID-3532: make the 0-10 client hold the failover mutex during the failover. ... | Robert Gemmell | 2011-10-21 | 5 | -25/+58 |
| * | QPID-3542: ensure session complete sent for filtered out messages | Keith Wall | 2011-10-18 | 2 | -9/+41 |
| * | QPID-3546: update the highestDeliveryTag marker during failover to prevent th... | Robert Gemmell | 2011-10-13 | 2 | -5/+39 |
| * | QPID-3542: Java client does not ack non-matching messages when using client s... | Keith Wall | 2011-10-11 | 2 | -67/+45 |
| * | QPID-3534: ignore transport exceptions raised whilst closing the network conn... | Robert Gemmell | 2011-10-11 | 1 | -1/+10 |
| * | QPID-3534, QPID-3535: make 0-8/0-9/0-9-1 client path simply close the underly... | Robert Gemmell | 2011-10-10 | 1 | -1/+1 |
| * | QPID-3526: ensure that the session is marked clean after message.acknowledge(... | Robert Gemmell | 2011-10-07 | 1 | -0/+1 |
| * | QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ... | Keith Wall | 2011-10-06 | 5 | -16/+52 |
| * | QPID-3525: stop the client from accidentally consuming the messages it is act... | Robert Gemmell | 2011-10-06 | 1 | -12/+24 |
| * | QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch... | Robert Gemmell | 2011-10-06 | 6 | -80/+53 |