JMS - which one to select?
843830Jan 24 2007 — edited Aug 3 2007I am new to JMS and I have been analyzing possible JMS options to use in our project.
The following are the one we are looking at:
* JMS Listener with JBoss
* JMS with MDB with JBoss
* Spring framework + MantaRay
* JMS with ActiveMQ
Here is a short summary of our project:
- An io module receives messages (at a faster rate, say 10 msg per second) from a sender
- The io module then puts the message in different Qs accessible to different modules based on the message content
- The message is passed to other similar modules thru Qs
- The io module replies back to the original sender with some response
With the given requirement can you suggest any one of the above JMS options to use? Please share your thoughts.
Thanks in advance.
Regards,
Navanee