summaryrefslogtreecommitdiff
path: root/qpid/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-3158 - Defect in the CRAM-MD5-HEX mechanism - CRAMMD5HexInitialiser fail...Robert Gemmell2011-03-311-3/+4
* QPID-3167: add a unit test of SimpleAMQQueue#processQueue to check delivery w...Robert Gemmell2011-03-302-2/+2
* QPID-1830: backport fix from trunkAndrew Donald Kennedy2011-02-101-2/+5
* QPID-2971: add system property to allow overriding disabling of MaxDelivery f...Robert Gemmell2010-12-202-2/+8
* QPID-2971: prevent usage on autodelete queues, mirroring broker side behaviou...Robert Gemmell2010-12-201-1/+1
* QPID-2980: expose the delivery count as a propertyRobert Gemmell2010-12-159-29/+81
* QPID-2971: impose a minimum on the default record count, to allow for cases w...Robert Gemmell2010-12-101-1/+1
* QPID-2972: client configuration for Max Delivery CountRobert Gemmell2010-12-076-107/+85
* QPID-2971 - onMessage/recieve + recover/rollback handling of Max Delivery Cou...Robert Gemmell2010-12-075-126/+426
* QPID-2886: Fix issue identified by running FindBugs across the codebase. Rele...Robert Gemmell2010-09-301-19/+22
* QPID-2886: close the input stream used when loading properties files for JNDI...Robert Gemmell2010-09-291-1/+10
* QPID-2886: correct issues highlighted by running FindBugs across the codebase.Robert Gemmell2010-09-279-36/+52
* QPID-2697: Print AMQConnectionURL optionsAndrew Donald Kennedy2010-07-261-5/+13
* QPID-2694 Applying reviewed patches from Andrew Kennedy for client session leakMarnie McCormack2010-06-302-4/+6
* QPID-2418: Unsubscribe existing open durable subscriptions when changing subs...Robert Gemmell2010-04-014-218/+227
* QPID-2347 broke some java tests; I believe these make incorrect assumptions a...Robert Gemmell2010-02-261-0/+1
* QPID-2346 : Addressed the problems with AcknowledgeAfterFailoverOnMessageTest...Martin Ritchie2010-02-051-0/+6
* QPID-2370 : Wrapped .debug statements as per review feedbackMartin Ritchie2010-02-021-6/+13
* QPID-2370,QPID-1084 : Committed change to prevent flow control threads being ...Martin Ritchie2010-02-021-15/+44
* QPID-2321 : Updated conflation queue to use same argument names as C++ for LV...Robert Godfrey2010-01-172-8/+23
* QPID-2340 : Fix ProducerFlowControlTest to call a synchronous operation betwe...Robert Godfrey2010-01-143-0/+12
* QPID-2242 : Update to 0-8 producer to set the JMS_QPID_DESTTYPE when sending ...Martin Ritchie2009-12-081-1/+21
* QPID-2242 : Update to the 0-8/9 code path to use the 0-10 static lookup table...Martin Ritchie2009-12-084-109/+211
* QPID-2242 : Removed unused AMQMessagseDelegate_0_10 constructorMartin Ritchie2009-12-081-12/+0
* QPID-2242 : Fixed 0-10 code path's getJMSDestination() updated JMSDestination...Martin Ritchie2009-12-082-1/+6
* QPID-2172: Don't failover if the client is closing the connection, check if c...Robert Gemmell2009-11-264-26/+33
* QPID-2172: merge r829575 from java-broker-010 branch, with updates to make it...Robert Gemmell2009-11-261-1/+8
* Update PropertiesFileInitialContextFactory to give more details on error.Martin Ritchie2009-10-282-37/+2
* QPID-1859 - Converted System.out.println to _logger.info.Martin Ritchie2009-10-281-5/+8
* QPID-1816 : When client fails over due to an error, that error is still held ...Martin Ritchie2009-10-282-0/+22
* QPID-1950 : Simplified the connection by using the default URL and configurin...Martin Ritchie2009-10-131-2/+10
* Fix compiler compliance levels, not allowed @Override on interfaces in 1.5Aidan Skinner2009-10-113-3/+0
* QPID-1440 : Code review changes from QPID-1289. All actioned except adding ne...Martin Ritchie2009-10-087-24/+53
* QPID-1950 : Problem is that the thrown exception whilst an IOException does n...Martin Ritchie2009-10-081-0/+11
* QPID-1816 : Add Acknowledge tests and QuickAcking manual test helper.Martin Ritchie2009-10-051-1/+12
* Fix for dirty sessions, start to test that sessions are dirty when required.Martin Ritchie2009-10-051-0/+1
* Updated BlockingWaiter to provided more details when a new exception arrives ...Martin Ritchie2009-10-051-1/+1
* QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8...Robert Godfrey2009-10-012-7/+37
* Improve error reporting when commit failedMartin Ritchie2009-09-281-1/+1
* QPID-1871 : Updated RollbackOrderTest to include an onMessage test. Fixed dea...Martin Ritchie2009-09-283-19/+58
* This is related to QPID-1956Rajith Muditha Attapattu2009-09-221-5/+5
* This is a fix for QPID-1956Rajith Muditha Attapattu2009-09-221-2/+11
* This is a fix for QPID-2114 Rajith Muditha Attapattu2009-09-221-1/+1
* This is a fix for QPID-2113Rajith Muditha Attapattu2009-09-221-0/+36
* QPID-1809, QPID-2081 : Corrected ChannelClose logic. Removed an unnecessary s...Martin Ritchie2009-09-072-57/+63
* QPID-2081, QPID-155 : Updated AMQSession to allow queue/exchange decare to be...Martin Ritchie2009-09-061-2/+2
* QPID-2081, QPID-155 : Provide a test for Dynamic Queue/Exchange toggling and ...Martin Ritchie2009-09-041-2/+16
* QPID-1809 - The incorrect expcetions were due to a race condition between the...Martin Ritchie2009-09-048-49/+61
* This is related to QPID-2074Rajith Muditha Attapattu2009-08-241-4/+14
* fixed session memory leak exposed by SessionCreateTestRafael H. Schloming2009-07-251-14/+32