mirror of https://github.com/apache/activemq.git
Add sleep back which allows the producers to wait for the bridge formation.
This commit is contained in:
parent
e47edd7a28
commit
765a010d04
|
@ -105,6 +105,8 @@ public abstract class JmsSendReceiveTestSupport extends org.apache.activemq.Test
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public void testSendReceive() throws Exception {
|
public void testSendReceive() throws Exception {
|
||||||
|
Thread.sleep(100);
|
||||||
|
|
||||||
sendMessages();
|
sendMessages();
|
||||||
|
|
||||||
assertMessagesAreReceived();
|
assertMessagesAreReceived();
|
||||||
|
|
Loading…
Reference in New Issue