summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-839 Use AMQish things to get the queue depth, elminating false negativesAidan Skinner2008-03-141-4/+11
* QPID-854 : Changes to the client to make the dispatcher responsible for closi...Martin Ritchie2008-03-147-170/+475
* QPID-853 : Use the result of processMethod (match) to decide if we have the r...Martin Ritchie2008-03-141-3/+6
* QPID-852 : Missed this file in the commit as the interface had changed.Martin Ritchie2008-03-141-5/+5
* QPID-852 : Updated broker so that it closes consumers when there are no messa...Martin Ritchie2008-03-141-1/+10
* QPID-852 : Updated broker so that it closes consumers when there are no messa...Martin Ritchie2008-03-143-9/+31
* QPID-851 : Update to AMQChannel to prevent the memory leak when an autoclose ...Martin Ritchie2008-03-141-8/+18
* QPID-592 : Parameterised the Read/Write buffer limits. On the broker extra co...Martin Ritchie2008-03-145-27/+36
* 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 : Over zealous change set reduction removed an required importMartin Ritchie2008-03-101-0/+1
* QPID-107 : Changes based on code review. Martin Ritchie2008-03-1011-161/+63
* QIPD-841 : Problem with SimpleACLTest was that the ConfigurationFilePrincipal...Martin Ritchie2008-03-102-13/+8
* QPID-847 : SelectorParserTest with disabled testLike() Martin Ritchie2008-03-101-0/+130
* QPID-841 : Removed SimpleACLTest from the build until we can diagnose why it ...Martin Ritchie2008-03-071-0/+1
* QPID-839 : DUPS_OK should behave exactly as AUTO_ACK ... this would not cause...Robert Godfrey2008-03-071-37/+3
* QPID-839 : Fixed the hanging issue with this test; as yet unable to reproduce...Robert Godfrey2008-03-071-5/+18
* QPID-840 : fixed the GC setting.Martin Ritchie2008-03-071-1/+1
* QPID-831 : Remove incorrect references to getDeliveredToConsumer()Robert Godfrey2008-03-041-20/+4
* QPID-828 : Stop transient message data being cleared while still deliveringRobert Godfrey2008-03-032-5/+3
* QPID-107 : Updated two test cases that can fail due to the session being clos...Martin Ritchie2008-03-031-0/+15
* QPID-784 : Minor changes based on code comments by ASkinner and RGodfrey.Martin Ritchie2008-03-032-5/+7