This closes

This commit is contained in:
clebert suconic 2016-02-16 11:54:59 -05:00
commit b815212ec6
1 changed files with 1 additions and 0 deletions
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client

View File

@ -146,6 +146,7 @@ public class ReceiveTest extends ActiveMQTestBase {
cp.send(sendSession.createMessage(false)); cp.send(sendSession.createMessage(false));
cp.send(sendSession.createMessage(false)); cp.send(sendSession.createMessage(false));
cp.send(sendSession.createMessage(false)); cp.send(sendSession.createMessage(false));
sendSession.commit();
Assert.assertNotNull(cc2.receive(5000)); Assert.assertNotNull(cc2.receive(5000));
Assert.assertNotNull(cc.receive(5000)); Assert.assertNotNull(cc.receive(5000));