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 ...
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