Delivery delay in MDB
Hi People,
I have just learned to create a JMS queue, an MDB.
I am able to write messages to Queue and read from MDB.
My Concern is, we use MDB to make the communication asynchronous, however, the MDB does not wait or there is no delay.
As soon as the messages arrive in the queue, the MDB jumps in and retrives the message.
This is literally synchronous.
So my question is how do I make the MDB to read messages at a delay.
ALSO, I would appreciate if I can get some pointers or links to learn the EJBs correctly.
Thanks in advance
Praveen