| Author |
How to setup JMS in eclipse
|
Sindhu Kodoor
Ranch Hand
Joined: Sep 03, 2010
Posts: 65
|
|
Hi,
I am new to JMS, please tell me how to setup a JMS project in eclipse, what are the jars required and where can I find a good tutorial on JMS
Thanks!!!
|
 |
Sindhu Kodoor
Ranch Hand
Joined: Sep 03, 2010
Posts: 65
|
|
|
Please anyone , help me out on this
|
 |
ajse ruku
Ranch Hand
Joined: May 06, 2005
Posts: 192
|
|
You can try this.
http://download.oracle.com/javaee/1.3/jms/tutorial/1_3_1-fcs/doc/jms_tutorialTOC.html
Create a java project in eclipse.
For broker......use activeMQ.......................
|
 |
Prabhakar Reddy Bokka
Ranch Hand
Joined: Jul 26, 2005
Posts: 189
|
|
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 allamaraju" for better understanding of JMS.
|
SCJP 5, SCWCD 5
|
 |
Sindhu Kodoor
Ranch Hand
Joined: Sep 03, 2010
Posts: 65
|
|
|
sorry for the late reply , thanks will do that ..anyother books or links you suggest?
|
 |
 |
|
|
subject: How to setup JMS in eclipse
|
|
|