test2ClientsDisconnectAtTheSameTime() A transaction is broadcasted to another client, the orginating client disconnects and then the broadcasted client
disconnects.
public void test2ClientsDisconnectAtTheSameTime() throws Exception(Code)
A transaction is broadcasted to another client, the orginating client disconnects and then the broadcasted client
disconnects. This test was written to illustrate a scenario where when multiple clients were disconnecting, were
acks are being waited for, a concurrent modification exception was thrown.
testAddAndRemoveTransactionListeners
public void testAddAndRemoveTransactionListeners() throws Exception(Code)