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!

JMS - which one to select?

843830Jan 24 2007 — edited Aug 3 2007
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2007
Added on Jan 24 2007
5 comments
136 views