1. JMS alternative? something for decoupling sending emails from http reqs stackoverflow.comwe 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.comWe 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 ... |
3. Is it possible to use JMS instead of HTTP with Web Services? coderanch.com |
4. SOAP over HTTP vs JMS coderanch.comHi, 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 |