[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JOIN not working..
clebert.suconic@jboss.com
do-not-reply at jboss.com
Wed Mar 11 19:21:15 EDT 2009
I forgot to tell what's the failure.
The messages are not being delivered.
The following assertion will fail:
| ClientMessage msg = cons1.receive(1000);
| assertNotNull(msg);
| msg.acknowledge();
|
Also...
if both messages are sent using only sessionA or only sessionB, the test will pass.
So, if I make this change. the test will pass also:
| ClientProducer prodA = sessionB.createProducer(ADDRESS1);
| ClientProducer prodB = sessionB.createProducer(ADDRESS2);
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217213#4217213
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217213
More information about the jboss-dev-forums
mailing list