7 Replies Latest reply on Jun 28, 2010 10:22 AM by timfox

    Issue with message delay

    joydeep.sarkar

      Dear All,

       

      I am trying to make the message stay in the queue for a while for which I have used following code,

      message.setLongProperty("_HQ_SCHED_DELIVERY", System.currentTimeMillis() + 120000);

      Now, when I run the code in Windows machine, it works well. But when I move the same configuration in Linux and try this out, it fails to work.

       

      Could anyone please let me know if any configuration I need to check?

       

      Regards,

      Joydeep