Eclipse « JMS « JSP-Servlet Q&A





1. JMS development using Eclipse    coderanch.com

3. How to setup JMS in eclipse    coderanch.com

Yeah. You need a messaging queue for working with JMS. If you are using weblogic application server there is an option to create a jms server and queue and topic. Other options are you can use MQSeries, Active MQ, Websphere MQ etc., But for learner I suggest Weblogic is the best one. You can read "Professional Java Server Programming" by "subrahmanyam ...