| |
|
| org.objectweb.jonas.jtests.util.JTestCase org.objectweb.jonas.jtests.clients.jms.G_BasicMDB
setUp | protected void setUp()(Code) | | init environment:
- load beans
- create/init database for entities.
|
suite | public static Test suite()(Code) | | Run all the tests
|
testCreateBeginSendOnTopicCommitRemove | public void testCreateBeginSendOnTopicCommitRemove() throws Exception(Code) | | Basic test: send a message on a topic in a transaction committed
|
testCreateSendOnQueueRemove | public void testCreateSendOnQueueRemove() throws Exception(Code) | | Basic test: Send 1 message on a queue
No tx, MDB transacted.
|
testCreateSendOnTopicRemove | public void testCreateSendOnTopicRemove() throws Exception(Code) | | Basic test: Send 1 message on a topic
2 MDB are reading the topic.
No tx.
|
|
|
|