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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...