Method Summary |
|
public Sender1_2Home | getHome() |
public static void | main(String args) |
protected void | setUp() init environment:
- load beans
- create/init database for entities. |
public static Test | suite() |
public void | testSendOnTopic1_1() test: Send 1 message on a topic inside a transaction that commits
the message must be received
transaction is demarcated explicitly in a BMT session bean
the begin transaction occurs before the create_session
2 MDB are reading the topic. |
public void | testSendOnTopic1_2() test: Send 1 message on a topic inside a transaction that rollback
no message must be received
transaction is demarcated explicitly in a BMT session bean
the begin transaction occurs before the create_session
2 MDB are reading the topic. |
public void | testSendOnTopic1_3() test: Send 1 message on a topic inside a transaction that commits
the message must be received
transaction is demarcated explicitly in a BMT session bean
the begin transaction occurs after the create_session
2 MDB are reading the topic. |
public void | testSendOnTopic1_4() test: Send 1 message on a topic inside a transaction that roll back
no message must be received
transaction is demarcated explicitly in a BMT session bean
the begin transaction occurs after the create_session
2 MDB are reading the topic. |