Alternative to using JMS & MDB
843830Feb 18 2003 — edited Feb 20 2003I 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