1 Reply Latest reply on Feb 24, 2006 11:28 AM by adrian.brock

    How to send a message to the JMS with a delay - like setTime

    bamboo

      I am currently working on weblogic8.1 and I want to use Jboss AS.

      the weblogic gives an extension for the javax.jms.MessageProducer with an ability to send a message with a delay, this is very important for my application since I am using this feature as a self timer and it wakes himself every 1 sec.

      I would like to know if Jboss has a similar feature or I have a big problem here not using the jms spec as it is...