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!

Alternative to using JMS & MDB

843830Feb 18 2003 — edited Feb 20 2003
I have an ERP system which writes XML messages to a JMS queue. One way I could design the consumer for these messages would be to use MDBs which would get invoked asynchronously.
I was looking for alternatives to this approach which would not require using an appserver to host the MDBs. Something like a servlet container hosting either JSPs or Servlets which would get invoked when a message arrived in the JMS queue.
Any suggestions would be appreciated.

Thanks

Ramdas
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2003
Added on Feb 18 2003
3 comments
366 views