Servlet « JMS « JSP-Servlet Q&A





1. Servlets and JMS    coderanch.com

2. Instant Messaging using JMS with the help of JSP and Servlets    coderanch.com

HI Everybody, I am creating a web application using JSP and Servlets which enables users to chat using JMS. I need to know how to know the solution to the following situation: user1 and user2 are chatting with each other. when user1 sends a message to user2 I use JMSQueue to insert the message at the server end. But user2 retrieves ...

3. JMS Servlet Woes    java.net