http « jms « Java Enterprise Q&A





1. JMS alternative? something for decoupling sending emails from http reqs    stackoverflow.com

we have a web application that does various things and sometimes emails users depending on a given action. I want to decouple the http request threads from actually sending the email ...

2. Best solution for Java HTTP push (messaging)    stackoverflow.com

We want to push data from a server to clients but can only use HTTP (port 80). What is the best solution for messaging? One idea is Comet. Are ...

4. SOAP over HTTP vs JMS    coderanch.com

Hi, I have a requirement where we need to send one way message to another application. I am thinking to use SOAP over HTTP, but not sure how reliable this will be as compared to JMS. Anyone know when we should use JMS rather than SOAP over HTTP? Any idea about the performance? regards, gul