[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Invalid JORAM Test
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue Jun 19 16:32:32 EDT 2007
Just for the record...
org.objectweb.jtests.jms.conform.selector.SelectorTest::testJMSDeliveryModeInSelector is also flawed..
The test is using this expression:
receiver = receiverSession.createReceiver(receiverQueue, "JMSDeliveryMode = 'PERSISTENT'");
|
And it's not working... (The receiver is not getting anything).
After changing this to JMSDeliveryMode = 2 everything worked fine.
As I said.. this is just for the record.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055815#4055815
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055815
More information about the jboss-dev-forums
mailing list