doTest(new CommTestParameters(10,TestUtils.VOLUME_TEST_SIZE,TestUtils.VOLUME_TEST_MSGSIZE,0,0,TestUtils.DELIVERY_MODE,TestUtils.PRIORITY,0,true, 1,true,Session.SESSION_TRANSACTED,"TEST1"));
}
public void testMultipleSendersMultipleReceivers_AllTransacted() throws Exception
{
doTest(new CommTestParameters(10,TestUtils.VOLUME_TEST_SIZE,TestUtils.VOLUME_TEST_MSGSIZE,0,0,TestUtils.DELIVERY_MODE,TestUtils.PRIORITY,0,true, 10,true,Session.SESSION_TRANSACTED,"TEST1"));
}