summaryrefslogtreecommitdiff
path: root/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-807 : made methods public.Martin Ritchie2008-02-251-2/+2
* QPID-771: fix up exception handling a bit more, this is so lovely.Aidan Skinner2008-02-223-8/+8
* QPID-790 : Performance ImprovementsRobert Godfrey2008-02-222-3/+3
* QPID-785: Make sure queue browser consumers are auto-close, add test for brow...Aidan Skinner2008-02-211-0/+1
* QPID-790 : Performance ImprovementsRobert Godfrey2008-02-2114-252/+600
* QPID-786 Remove bogus Failover timeout, add test.Aidan Skinner2008-02-201-11/+1
* QPID-800 : junit toolkit sources added.Rupert Smith2008-02-203-4/+3
* Qpid-594: make AMQConnection listen for exceptions that are thrown asynchrono...Aidan Skinner2008-02-193-3/+55
* QPID-788 : Changed MAXIMUM_STATE_WAIT_TIME to pickup value via -Damqj.Maximum...Martin Ritchie2008-02-131-1/+1
* QPID-784 : Added ability to provide existing Socket to Qpid Client Libraries ...Martin Ritchie2008-02-125-63/+54
* QPID-787 : Allow for quoting of identifiers in selectorsRobert Godfrey2008-02-121-1/+2
* QPID-784 : Added ability to provide existing Socket to Qpid Client Libraries ...Martin Ritchie2008-02-128-12/+757
* QPID-588: change instances of trace() and isTraceEnabled to debug equivalent ...Aidan Skinner2008-02-083-17/+17
* Merged revisions 608477,609961,610475,610479,610806,611146 via svnmerge from Aidan Skinner2008-01-282-1/+69
* Merged revisions 598285,598619,598721,598834-598835,599375,599531,599533,5995...Aidan Skinner2008-01-2410-197/+152
* Qpid-755, Corrected license header.Rupert Smith2008-01-231-20/+39
* Qpid-755, Added session per connection variant to test, to check that durable...Rupert Smith2008-01-231-1/+100
* Qpid-755, Test reordered to actually test subscription durability.Rupert Smith2008-01-221-40/+21
* QPID-576 : Added the Point2Point and Request/Response examples that do not us...Martin Ritchie2008-01-183-0/+787
* Merged revisions 594992-595694,595697-596350,596352-596362,596364-598327 via ...Rupert Smith2007-11-301-22/+0
* QPID-690 : Missing Test and code update.Martin Ritchie2007-11-262-17/+27
* Last commit accidentally caught my failover change that wasn't complete.Martin Ritchie2007-11-261-3/+1
* QPID-92, QPID-564 : Upgraded Mina to 1.0.1 still not good enough but all futu...Martin Ritchie2007-11-266-65/+123
* QPID-567 : Add mutliversion support to Qpid/Java, fixed client support when s...Robert Godfrey2007-11-267-82/+184
* QPID-567 : Add mutliversion support to Qpid/Java.Robert Godfrey2007-11-2433-584/+1304
* QPID-160 Addition of JMSXUserID to all messages through the java broker.Martin Ritchie2007-11-073-25/+45
* QPID-662 Transactional state not correctly reported after fail over. We now r...Martin Ritchie2007-11-066-156/+301
* QPID-663 Messages fail to be received after fail over. This is due to the old...Martin Ritchie2007-11-061-10/+8
* Additional Test for ConnectionURLTest, ensuring retries are correctly parsed.Martin Ritchie2007-11-051-6/+43
* QPID-654 : added a shutdownNow() call if the _taskPool hasn't terminiated by ...Martin Ritchie2007-10-191-1/+11
* QPID-653 : Updated timeoutsRobert Godfrey2007-10-195-25/+25
* QPID-637 : Patch provided by Aidan Skinner to ensure correct behaviour of ses...Martin Ritchie2007-10-182-127/+110
* QPID-637 Patch submitted by Aidan Skinner to address receive not waiting for ...Martin Ritchie2007-10-111-10/+31
* QPID-635 Added a unit test and implemented the equals() method on BlockingMet...Martin Ritchie2007-10-113-0/+102
* QPID-631 : Patch provided by Aidan Skinner to address the errors in the Messa...Martin Ritchie2007-10-101-4/+4
* QPID-627 : Update provided by Aidan Skinner to correctly close resources used...Martin Ritchie2007-10-101-0/+2
* Qpid-627 Patch provided by Aidan Skinner to address hangs in DurableSubscript...Martin Ritchie2007-10-091-8/+11
* Qpid-626 : Patch provided by Aidan Skinner to address AMQSession Deadlocks.Martin Ritchie2007-10-091-4/+4
* QPID-625 : Fix commit rollback test to prevent failures caused by incorrect a...Robert Godfrey2007-10-091-3/+10
* Update to provide a UUID.randomUUID() when getLocalHost() throws an UnknownHo...Martin Ritchie2007-10-091-7/+14
* QPID-551 : Patch provided by Aidan Skinner to address problems in info loggin...Martin Ritchie2007-10-052-9/+11
* QPID-624 : Forgot to commit updates to test along with BlockingMethodFrameLis...Martin Ritchie2007-10-051-30/+47
* QPID-624: Update to ensure all errors are correctly processed in BlockingMeth...Martin Ritchie2007-10-051-23/+61
* QPID-614 : Applied supplementary patch from Aidan Skinner.Martin Ritchie2007-10-031-20/+22
* QPID-584 : Fixed issue where ALL errors are presented to client as a connecti...Martin Ritchie2007-10-031-1/+1
* QPID-617 : Transactional consume does not ack messages.Martin Ritchie2007-10-031-15/+19
* QPID-615, Added patched version of MINAs VM Pipe cleanup thread. Will replace...Rupert Smith2007-10-021-0/+125
* QPID-614 : Applied patch supplied by Aidan SkinnerRobert Godfrey2007-10-021-28/+51
* QPID-611 QPID-620. DurableSubscriptionTest was failing due to a race conditio...Martin Ritchie2007-10-011-14/+29
* QPID-595 CommitRollbackTest Patch provided by Aidan Skinner to address interm...Martin Ritchie2007-10-011-4/+3