summaryrefslogtreecommitdiff
path: root/java/client
Commit message (Expand)AuthorAgeFilesLines
* Comments and changes from reviewRobert Godfrey2008-05-291-7/+10
* 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-114-7/+43
* Initial checkpoint of queue refactoring workRobert Godfrey2008-04-2117-74/+355
* QPID-873 : Authentication Exception should be hard error; also NPE in Propert...Robert Godfrey2008-03-241-1/+1
* QPID-867 Always close connectionsAidan Skinner2008-03-211-12/+66
* 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-847 : InvalidSelectorException. This was caused by the Broker now being ...Martin Ritchie2008-03-171-13/+175
* 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-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-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