summaryrefslogtreecommitdiff
path: root/java/client/src/test
Commit message (Expand)AuthorAgeFilesLines
* Removed JMSXUserID as it appears the new mina is conflicting.Martin Ritchie2007-12-071-2/+2
* CommitRollbackTest - this one just was never right.. now we have something be...Martin Ritchie2007-11-281-25/+12
* QPID-621 : Patch Supplied by Aidan Skinner. Msg Ack after msg consumer is clo...Martin Ritchie2007-11-271-0/+1
* Renamed POMs to M2.1.1 Removed erroneous equals() in SpecificMethodFrameListe...Martin Ritchie2007-11-271-71/+0
* QPID-160 Addition of JMSXUserID to all messages through the java broker.Martin Ritchie2007-11-071-15/+20
* Additional Test for ConnectionURLTest, ensuring retries are correctly parsed.Martin Ritchie2007-11-051-6/+43
* QPID-653 : Updated timeoutsRobert Godfrey2007-10-195-25/+25
* QPID-635 Added a unit test and implemented the equals() method on BlockingMet...Martin Ritchie2007-10-111-0/+71
* QPID-631 : Patch provided by Aidan Skinner to address the errors in the Messa...Martin Ritchie2007-10-101-4/+4
* QPID-627 : Update provided by Aidan Skinner to correctly close resources used...Martin Ritchie2007-10-101-0/+2
* Qpid-627 Patch provided by Aidan Skinner to address hangs in DurableSubscript...Martin Ritchie2007-10-091-8/+11
* QPID-625 : Fix commit rollback test to prevent failures caused by incorrect a...Robert Godfrey2007-10-091-3/+10
* QPID-624 : Forgot to commit updates to test along with BlockingMethodFrameLis...Martin Ritchie2007-10-051-30/+47
* QPID-615, Added patched version of MINAs VM Pipe cleanup thread. Will replace...Rupert Smith2007-10-021-0/+125
* QPID-611 QPID-620. DurableSubscriptionTest was failing due to a race conditio...Martin Ritchie2007-10-011-14/+29
* QPID-595 CommitRollbackTest Patch provided by Aidan Skinner to address interm...Martin Ritchie2007-10-011-4/+3
* QPID-597 : TopicSessionTest Failure, Patch supplied by Aidan Skinner.Martin Ritchie2007-09-281-8/+15
* QPID-596 : ConnectionStartTest was broken. I've fixed it but here is the prob...Martin Ritchie2007-09-271-19/+34
* Update for three tests that don't remove their VMBrokerMartin Ritchie2007-09-263-0/+3
* Updated TransportConnection to synchronize around the creation/destruction of...Martin Ritchie2007-09-261-0/+7
* QPID-612 : Use same scheme for every creation of temporary queue namesRobert Godfrey2007-09-241-120/+0
* Merged revisions 575663-575687,575689-576860,576862-577192,577194-577315,5773...Rupert Smith2007-09-241-2/+2
* Merged revision 572751 from the trunk, this fixes QPID-573.Rafael H. Schloming2007-09-141-21/+20
* QPID-572 Applied test patch supplied by Aidan Skinner along with change to Co...Martin Ritchie2007-09-121-0/+152
* QPID-584 : Client exceptions are now presented via any set Exception Listener Martin Ritchie2007-09-101-1/+1
* Update fix incorrect license headers.Martin Ritchie2007-07-181-11/+14
* Caused each of these tests to run 10 times to help identify any race conditio...Martin Ritchie2007-06-272-45/+90
* Various License header updates.Martin Ritchie2007-06-184-0/+84
* Removed log4j dependency from client. Using slf4j instead, end-user to supply...Rupert Smith2007-06-1133-988/+987
* QPID-402: FailoverException falling through to client. All blocking operation...Rupert Smith2007-06-014-143/+126
* QPID-466 Updated FieldTable to ensure no Decimal value is set that is larger ...Martin Ritchie2007-05-071-1/+25
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ...Martin Ritchie2007-05-042-6/+42
* QPID-461 Update to CommitRollbackTest. Ensuring messages received have the co...Martin Ritchie2007-05-011-7/+27
* QPID-461 Update to CommitRollbackTest. Ensuring messages received have the co...Martin Ritchie2007-04-301-14/+14
* QPID-476 : Remove duplicate map of channelId to sessionRobert Godfrey2007-04-301-3/+0
* Updated MLT to have variables that define the BROKER and VHOST used and White...Martin Ritchie2007-04-271-23/+30
* ResetMessageListenerTest - needs to have IMMEDIATE_PREFETCH = true.Martin Ritchie2007-04-231-12/+11
* Comment updates on the origin of the testsMartin Ritchie2007-04-231-1/+3
* QPID-472 - Creation of TemporaryQueues will not guarantee unique queue names ...Martin Ritchie2007-04-231-4/+131
* Reinstated the two consumer receive test. Martin Ritchie2007-04-202-23/+119
* Additional test to ensure connection closure doesn't cause problems.Martin Ritchie2007-04-191-0/+81
* Committed test with localhost as the brokerMartin Ritchie2007-04-191-5/+4
* Added Test logging to aid in diagnosing problemsMartin Ritchie2007-04-191-2/+26
* QPID-459 - NoLocal broken when messages already exist on queue from consumer....Martin Ritchie2007-04-191-19/+100
* QPID-455 - Guarded test with a check until a full solution is foundMartin Ritchie2007-04-181-4/+7
* ResetMessageListenerTest was using the wrong queue for running tests. This wa...Martin Ritchie2007-04-181-1/+1
* Fix for intermittent CRT expected <1> but was <2> errorsMartin Ritchie2007-04-181-6/+19
* QPID-457 Fixed rollback inTran problem with test caseMartin Ritchie2007-04-181-0/+31
* QPID-455 Prefetched messages can cause problems with client tools.Martin Ritchie2007-04-175-37/+81
* QPID-451 Throw InvalidDestinationException on attempt to publish to a Queue w...Robert Godfrey2007-04-121-0/+109