mirror of https://github.com/apache/activemq.git
improved test case for for https://issues.apache.org/activemq/browse/AMQ-1807 - stomp dispatching
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea1082899a
commit
c6c91252e5
|
@ -971,7 +971,7 @@ public class StompTest extends CombinationTestSupport {
|
|||
}
|
||||
} catch (SocketTimeoutException soe) {}
|
||||
|
||||
Thread.sleep(100);
|
||||
stompConnection.ack(frame1, "tx1");
|
||||
stompConnection.abort("tx1");
|
||||
|
||||
stompConnection.begin("tx2");
|
||||
|
|
Loading…
Reference in New Issue