| org.objectweb.jonas.jtests.util.JTestCase org.objectweb.jonas.jtests.clients.jms.F_RollbackMDB
setUp | protected void setUp()(Code) | | init environment:
- load beans
- create/init database for entities.
|
suite | public static Test suite()(Code) | | Run all the tests
|
testRollbackOnlyOnDestQueue3 | public void testRollbackOnlyOnDestQueue3() throws Exception(Code) | | Test that it's possible to set rollback only in a message driven
2 MDB are listening queue3, but 1 of them rollback all messages.
So, we should receive all messages by the commiting MDB.
via Sender1_1SF and JMS1.1 interfaces
|
testRollbackOnlyOnQueue3 | public void testRollbackOnlyOnQueue3() throws Exception(Code) | | Test that it's possible to set rollback only in a message driven
2 MDB are listening queue3, but 1 of them rollback all messages.
So, we should receive all messages by the commiting MDB.
|
testRollbackSendOnDestQueue1 | public void testRollbackSendOnDestQueue1() throws Exception(Code) | | send a message on a queue in a transaction rolled back
MDB transacted.
via Sender1_1SF and JMS1.1 interfaces
|
testRollbackSendOnDestTopic1 | public void testRollbackSendOnDestTopic1() throws Exception(Code) | | send a message on a topic in a transaction rolled back
via Sender1_1SF and JMS1.1 interfaces
|
testRollbackSendOnQueue1 | public void testRollbackSendOnQueue1() throws Exception(Code) | | send a message on a queue in a transaction rolled back
MDB transacted.
|
testRollbackSendOnTopic1 | public void testRollbackSendOnTopic1() throws Exception(Code) | | send a message on a topic in a transaction rolled back
|
|
|