summaryrefslogtreecommitdiff
path: root/java/client/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-855 : Added check for the IllegalStateException and ignore ones from the...Martin Ritchie2008-03-141-0/+7
* QPID-848: Add short sleep when a connection fails to complete so that we wai...Aidan Skinner2008-03-141-1/+8
* QPID-854 : Changes to the client to make the dispatcher responsible for closi...Martin Ritchie2008-03-145-135/+297
* QPID-853 : Use the result of processMethod (match) to decide if we have the r...Martin Ritchie2008-03-141-3/+6
* QPID-592 : Parameterised the Read/Write buffer limits. On the broker extra co...Martin Ritchie2008-03-141-8/+8
* QPID-846 : Update to prevent JMSX* values being masked, updated JMSProperties...Martin Ritchie2008-03-122-8/+33
* QPID-845 : Reinserted ':' to JMSMessageID.Martin Ritchie2008-03-122-1/+2
* QPID-107 : Changes based on code review. Martin Ritchie2008-03-102-4/+3
* QPID-839 : DUPS_OK should behave exactly as AUTO_ACK ... this would not cause...Robert Godfrey2008-03-071-37/+3
* QPID-784 : Minor changes based on code comments by ASkinner and RGodfrey.Martin Ritchie2008-03-032-5/+7
* QPID-594 QPID-107 Updated Connection missing AMQAuthenticationException problemsMartin Ritchie2008-03-031-1/+1
* QPID-594 QPID-107 Updated Connection missing AMQAuthenticationException problemsMartin Ritchie2008-03-031-0/+6
* QPID-822 Setting default to false for JMSXUserID cause this test to fail. Now...Martin Ritchie2008-02-281-2/+5
* QPID-821 Set default to false for MultiIO and Buffer Limiting.Martin Ritchie2008-02-282-2/+2
* QPID=813 : Synchronized getInstanceMartin Ritchie2008-02-261-1/+1
* QPID-809 Updated logging and removed an unnecessary printStackTrace().Martin Ritchie2008-02-251-6/+0
* QPID-811 : The RejectionEE is occuring because the task pool is shutdown befo...Martin Ritchie2008-02-251-1/+3
* QPID-809 : Added comments and improved logging msgs.Martin Ritchie2008-02-251-1/+4
* QPID-107 added ACCESS_REFUSED as a reason to throw AMQAuthenticationExceptionMartin Ritchie2008-02-251-1/+1
* QPID-809 : Added comments and additional error logging.Martin Ritchie2008-02-252-0/+4
* QPID-808 : add method to qpid.jms Interface.Martin Ritchie2008-02-251-0/+4
* 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-202-3/+2
* 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-124-60/+41
* 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-127-12/+596
* 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-249-195/+151
* 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-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