1. JMS development using Eclipse coderanch.com |
2. How to run a JMS application using eclipse IDE coderanch.com |
3. How to setup JMS in eclipse coderanch.comYeah. 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 ... |