summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* fix browser behaviour on deliverAsync(sub)Robert Godfrey2008-05-291-1/+12
* Comments and changes from reviewRobert Godfrey2008-05-293-18/+16
* Fix SubscriptionTestHelperRobert Godfrey2008-05-291-1/+1
* Made subscription sendLock straight lock, re-enabled per subscription async d...Robert Godfrey2008-05-295-20/+14
* Temp fix out of order issue with async(sub)Robert Godfrey2008-05-293-7/+16
* tidy upRobert Godfrey2008-05-291-48/+51
* Deliver async per subscription; not queueRobert Godfrey2008-05-291-7/+2
* Avoid NPEs :-)Robert Godfrey2008-05-291-6/+6
* Missed one...Robert Godfrey2008-05-271-1/+12
* Refactoring updates (job queue changes, enqueue collections..)Robert Godfrey2008-05-2720-304/+478
* Refactoring perf. tweaksRobert Godfrey2008-05-1910-78/+130
* Fixed credit restoration, turned off biased write pool by default, removed un...Robert Godfrey2008-05-153-17/+2
* Changes to MessageStore interfaceRobert Godfrey2008-05-138-27/+25
* Fixed broken exception overridingRobert Godfrey2008-05-132-2/+2
* More fixing up of refactoring stuff; getting all maven tests passing and impl...Robert Godfrey2008-05-1216-58/+643
* Copy over QPID-926Robert Godfrey2008-05-111-6/+24
* Copy over QPID-925Robert Godfrey2008-05-112-16/+30
* Updates on the refactoring workRobert Godfrey2008-05-1198-4649/+3603
* remove duplicate check of interest in enqueue, enable new Queue by defaultRobert Godfrey2008-04-212-15/+7
* Initial checkpoint of queue refactoring workRobert Godfrey2008-04-21142-4143/+10311
* QPID-875 : Dropped logging level to debug.Martin Ritchie2008-03-241-2/+2
* QPID-874 use getQueueDepth properlyAidan Skinner2008-03-241-1/+4
* QPID-872 : Adjusted TimeToLive test receive calls to use a wait of 1s(1000) a...Martin Ritchie2008-03-241-3/+3
* QPID-873 : Authentication Exception should be hard error; also NPE in Propert...Robert Godfrey2008-03-242-3/+7
* QPID-868 : The acl.config.xml was using Base64MD5 PF which cannot be used inV...Martin Ritchie2008-03-211-2/+2
* QPID-868 : Removed the acl.config.xml from systests/etc and updated the syste...Martin Ritchie2008-03-213-231/+2
* 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 : Renamed logger class to be correct, Reverting change from 637176Martin Ritchie2008-03-201-1/+1
* QPID-854 Resynchronise the _acceptor so that we don't hangAidan Skinner2008-03-202-8/+5
* QPID-847 : Fixed this test for the selectorsMartin Ritchie2008-03-191-5/+3
* QPID-862 : Add IOException to valid reason to start failover and removed the ...Martin Ritchie2008-03-191-2/+2
* QPID 854 Add a connect delay to FailOverBaseCase so we don't end up in a race...Aidan Skinner2008-03-191-1/+1
* QPID-841 : SimpleACLTest didn't close a client connectionMartin Ritchie2008-03-191-0/+7
* QPID-854 : Removed cleanQueue requirement for now as a lot of tests are not c...Martin Ritchie2008-03-191-1/+2
* QPID-854Aidan Skinner2008-03-192-6/+21
* QPID-854 : Tests were failing as the new connection hadn't been started. Also...Martin Ritchie2008-03-192-21/+45
* QPID-854 : Renabled the test as the cause was the lack of closing of the purg...Martin Ritchie2008-03-182-11/+13
* QPID-847 : Prevented the InvalidArgumentException from closing the connection.Martin Ritchie2008-03-185-1/+33
* QPID-854 : Disabled one of the failover QueueBrowser tests as I believe it to...Martin Ritchie2008-03-181-11/+15
* QPID-841,QPID-854 : Reinstated SimpleACLTest and removed QueueBrowserTest fro...Martin Ritchie2008-03-171-2/+1
* QPID-858 : Added cancel to the housekeeping thread when the vhost is closed.Martin Ritchie2008-03-171-0/+4
* 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-854 : Fixed QueueBrowser tests that use ClientAck and Transacted, which ...Martin Ritchie2008-03-171-0/+35
* QPID-847 : InvalidSelectorException. This was caused by the Broker now being ...Martin Ritchie2008-03-172-16/+186
* QPID-850 : Close client connection if it is appropriate. This was hanging the...Martin Ritchie2008-03-171-0/+10
* QPID-856 : Moved unbind out of the synchronized block as it doesn't need to b...Martin Ritchie2008-03-171-2/+7
* QPID-854 : This test required a change as a result of the QueueBrowser Tests. Martin Ritchie2008-03-141-16/+17
* QPID-854 : Added more tests for QueueBrowserMartin Ritchie2008-03-148-203/+808