1 2 Previous Next 15 Replies Latest reply on Jun 19, 2007 4:32 PM by clebert.suconic Go to original post
      • 15. Re: Invalid JORAM Test
        clebert.suconic

        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.




        1 2 Previous Next