[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBMESSAGING-541 - Multiple connections on a single threa
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue Sep 12 20:58:20 EDT 2006
Today I cut the testcase until the minimal point of the failure.
Basically if you close the first connection (Where Client was created) Lease would stop working.
A testcase that would cause Lease to stop would be:
conn1 = cf.createConnection();
| conn1.setClientID("test1");
| conn1.start();
|
| conn2 = cf.createConnection();
| conn2.setClientID("test2");
| conn2.start();
|
| conn1.close();
I added ClientCrashTest::testClientCrashWithTwoConnections which is calling CreateTwoClientOnServerCommand on the server side.
The test consistenly fails.
Clebert Suconic
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971156#3971156
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971156
More information about the jboss-dev-forums
mailing list