| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-3158 - Defect in the CRAM-MD5-HEX mechanism - CRAMMD5HexInitialiser fail... | Robert Gemmell | 2011-03-31 | 1 | -3/+4 |
| * | QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w... | Robert Gemmell | 2011-03-30 | 2 | -2/+2 |
| * | QPID-1830: backport fix from trunk | Andrew Donald Kennedy | 2011-02-10 | 1 | -2/+5 |
| * | QPID-2971: add system property to allow overriding disabling of MaxDelivery f... | Robert Gemmell | 2010-12-20 | 2 | -2/+8 |
| * | QPID-2971: prevent usage on autodelete queues, mirroring broker side behaviou... | Robert Gemmell | 2010-12-20 | 1 | -1/+1 |
| * | QPID-2980: expose the delivery count as a property | Robert Gemmell | 2010-12-15 | 9 | -29/+81 |
| * | QPID-2971: impose a minimum on the default record count, to allow for cases w... | Robert Gemmell | 2010-12-10 | 1 | -1/+1 |
| * | QPID-2972: client configuration for Max Delivery Count | Robert Gemmell | 2010-12-07 | 6 | -107/+85 |
| * | QPID-2971 - onMessage/recieve + recover/rollback handling of Max Delivery Cou... | Robert Gemmell | 2010-12-07 | 5 | -126/+426 |
| * | QPID-2886: Fix issue identified by running FindBugs across the codebase. Rele... | Robert Gemmell | 2010-09-30 | 1 | -19/+22 |
| * | QPID-2886: close the input stream used when loading properties files for JNDI... | Robert Gemmell | 2010-09-29 | 1 | -1/+10 |
| * | QPID-2886: correct issues highlighted by running FindBugs across the codebase. | Robert Gemmell | 2010-09-27 | 9 | -36/+52 |
| * | QPID-2697: Print AMQConnectionURL options | Andrew Donald Kennedy | 2010-07-26 | 1 | -5/+13 |
| * | QPID-2694 Applying reviewed patches from Andrew Kennedy for client session leak | Marnie McCormack | 2010-06-30 | 2 | -4/+6 |
| * | QPID-2418: Unsubscribe existing open durable subscriptions when changing subs... | Robert Gemmell | 2010-04-01 | 4 | -218/+227 |
| * | QPID-2347 broke some java tests; I believe these make incorrect assumptions a... | Robert Gemmell | 2010-02-26 | 1 | -0/+1 |
| * | QPID-2346 : Addressed the problems with AcknowledgeAfterFailoverOnMessageTest... | Martin Ritchie | 2010-02-05 | 1 | -0/+6 |
| * | QPID-2370 : Wrapped .debug statements as per review feedback | Martin Ritchie | 2010-02-02 | 1 | -6/+13 |
| * | QPID-2370,QPID-1084 : Committed change to prevent flow control threads being ... | Martin Ritchie | 2010-02-02 | 1 | -15/+44 |
| * | QPID-2321 : Updated conflation queue to use same argument names as C++ for LV... | Robert Godfrey | 2010-01-17 | 2 | -8/+23 |
| * | QPID-2340 : Fix ProducerFlowControlTest to call a synchronous operation betwe... | Robert Godfrey | 2010-01-14 | 3 | -0/+12 |
| * | QPID-2242 : Update to 0-8 producer to set the JMS_QPID_DESTTYPE when sending ... | Martin Ritchie | 2009-12-08 | 1 | -1/+21 |
| * | QPID-2242 : Update to the 0-8/9 code path to use the 0-10 static lookup table... | Martin Ritchie | 2009-12-08 | 4 | -109/+211 |
| * | QPID-2242 : Removed unused AMQMessagseDelegate_0_10 constructor | Martin Ritchie | 2009-12-08 | 1 | -12/+0 |
| * | QPID-2242 : Fixed 0-10 code path's getJMSDestination() updated JMSDestination... | Martin Ritchie | 2009-12-08 | 2 | -1/+6 |
| * | QPID-2172: Don't failover if the client is closing the connection, check if c... | Robert Gemmell | 2009-11-26 | 4 | -26/+33 |
| * | QPID-2172: merge r829575 from java-broker-010 branch, with updates to make it... | Robert Gemmell | 2009-11-26 | 1 | -1/+8 |
| * | Update PropertiesFileInitialContextFactory to give more details on error. | Martin Ritchie | 2009-10-28 | 2 | -37/+2 |
| * | QPID-1859 - Converted System.out.println to _logger.info. | Martin Ritchie | 2009-10-28 | 1 | -5/+8 |
| * | QPID-1816 : When client fails over due to an error, that error is still held ... | Martin Ritchie | 2009-10-28 | 2 | -0/+22 |
| * | QPID-1950 : Simplified the connection by using the default URL and configurin... | Martin Ritchie | 2009-10-13 | 1 | -2/+10 |
| * | Fix compiler compliance levels, not allowed @Override on interfaces in 1.5 | Aidan Skinner | 2009-10-11 | 3 | -3/+0 |
| * | QPID-1440 : Code review changes from QPID-1289. All actioned except adding ne... | Martin Ritchie | 2009-10-08 | 7 | -24/+53 |
| * | QPID-1950 : Problem is that the thrown exception whilst an IOException does n... | Martin Ritchie | 2009-10-08 | 1 | -0/+11 |
| * | QPID-1816 : Add Acknowledge tests and QuickAcking manual test helper. | Martin Ritchie | 2009-10-05 | 1 | -1/+12 |
| * | Fix for dirty sessions, start to test that sessions are dirty when required. | Martin Ritchie | 2009-10-05 | 1 | -0/+1 |
| * | Updated BlockingWaiter to provided more details when a new exception arrives ... | Martin Ritchie | 2009-10-05 | 1 | -1/+1 |
| * | QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8... | Robert Godfrey | 2009-10-01 | 2 | -7/+37 |
| * | Improve error reporting when commit failed | Martin Ritchie | 2009-09-28 | 1 | -1/+1 |
| * | QPID-1871 : Updated RollbackOrderTest to include an onMessage test. Fixed dea... | Martin Ritchie | 2009-09-28 | 3 | -19/+58 |
| * | This is related to QPID-1956 | Rajith Muditha Attapattu | 2009-09-22 | 1 | -5/+5 |
| * | This is a fix for QPID-1956 | Rajith Muditha Attapattu | 2009-09-22 | 1 | -2/+11 |
| * | This is a fix for QPID-2114 | Rajith Muditha Attapattu | 2009-09-22 | 1 | -1/+1 |
| * | This is a fix for QPID-2113 | Rajith Muditha Attapattu | 2009-09-22 | 1 | -0/+36 |
| * | QPID-1809, QPID-2081 : Corrected ChannelClose logic. Removed an unnecessary s... | Martin Ritchie | 2009-09-07 | 2 | -57/+63 |
| * | QPID-2081, QPID-155 : Updated AMQSession to allow queue/exchange decare to be... | Martin Ritchie | 2009-09-06 | 1 | -2/+2 |
| * | QPID-2081, QPID-155 : Provide a test for Dynamic Queue/Exchange toggling and ... | Martin Ritchie | 2009-09-04 | 1 | -2/+16 |
| * | QPID-1809 - The incorrect expcetions were due to a race condition between the... | Martin Ritchie | 2009-09-04 | 8 | -49/+61 |
| * | This is related to QPID-2074 | Rajith Muditha Attapattu | 2009-08-24 | 1 | -4/+14 |
| * | fixed session memory leak exposed by SessionCreateTest | Rafael H. Schloming | 2009-07-25 | 1 | -14/+32 |