jms « Tomcat « JSP-Servlet Q&A





1. Asynchronous processing in Java from a servlet    stackoverflow.com

I currently have a tomcat container -- servlet running on it listening for requests. I need the result of an HTTP request to be a submission to a job queue which ...

2. Threads or JMS Which is better?    stackoverflow.com

If i want to run a process (time taken to complete this process is in hours) in multi-user environment (thru tomcat-servlet) Which is better to implement this process in? 1) In Threads ...

3. Jms on tomcat    coderanch.com

4. how to make and run jms application in tomcat 6    coderanch.com

Hello All, I am new to this communtity... i am having problem in running and making jms simple send and recieve message application.. as i have serached on net that for running jms we required application servers like web logic..i want to know that what should i need to run and made an jms sample using tomcat... Can anyone suggest me ...