summaryrefslogtreecommitdiff
path: root/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
* More fixing up of refactoring stuff; getting all maven tests passing and impl...Robert Godfrey2008-05-122-1/+8
* Updates on the refactoring workRobert Godfrey2008-05-113-6/+37
* Initial checkpoint of queue refactoring workRobert Godfrey2008-04-214-16/+19
* QPID-873 : Authentication Exception should be hard error; also NPE in Propert...Robert Godfrey2008-03-241-1/+1
* QPID-866 : Based on Patch from ASkinner. Only the FailoverException makes sen...Martin Ritchie2008-03-212-8/+40
* QPID-854 Resynchronise the _acceptor so that we don't hangAidan Skinner2008-03-201-7/+4
* QPID-862 : Add IOException to valid reason to start failover and removed the ...Martin Ritchie2008-03-191-2/+2
* QPID-847 : Prevented the InvalidArgumentException from closing the connection.Martin Ritchie2008-03-182-1/+16
* QPID-857 : Reset the State Manager when receiveing a CLOSED state.Martin Ritchie2008-03-171-4/+10
* QPID-849 : Client Deadlock, there are various points where we take the failov...Martin Ritchie2008-03-172-83/+88
* QPID-856 : Moved unbind out of the synchronized block as it doesn't need to b...Martin Ritchie2008-03-171-2/+7
* 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-121-8/+3
* QPID-845 : Reinserted ':' to JMSMessageID.Martin Ritchie2008-03-121-1/+1
* 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-031-3/+3
* 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-222-2/+2
* 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-201-1/+0
* Qpid-594: make AMQConnection listen for exceptions that are thrown asynchrono...Aidan Skinner2008-02-192-3/+39
* 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-784 : Added ability to provide existing Socket to Qpid Client Libraries ...Martin Ritchie2008-02-126-12/+579
* QPID-588: change instances of trace() and isTraceEnabled to debug equivalent ...Aidan Skinner2008-02-082-16/+16
* 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-247-98/+139
* 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-2429-499/+1227
* QPID-160 Addition of JMSXUserID to all messages through the java broker.Martin Ritchie2007-11-072-10/+25
* 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