Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Delivery delay in MDB

PraveenAPMay 25 2011 — edited May 25 2011
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
This post has been answered by r035198x on May 25 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2011
Added on May 25 2011
2 comments
299 views