Is websphere implementation of JMS having some property to set the delay in sending the message to JMS Queue. Like the ones we have as follows
a) In ActiveMQ ::msg.setLongProperty(ScheduledMessage.AMQ_SCHEDULED_DELAY, delay) b) In JBOSS :: JBoss msg.setLongProperty(“JMS_JBOSS_SCHEDULED_DELIVERY”, delay);