| Author |
JMS
|
James Clarke
Ranch Hand
Joined: Oct 04, 2004
Posts: 148
|
|
Hi all, If I wanna implement JMS with Java code, do I need a J2ee Server that supports JNDI and EJBs (for message driven beans used in aschrynous messaging) ? Thanks in advance, James
|
 |
Edvins Reisons
Ranch Hand
Joined: Dec 11, 2006
Posts: 364
|
|
Hi, what you really need the server for is the messaging system (MOM) that is included in the server; JMS is only an interface to the messaging system. And it helps to have the Message Driven Beans, too, with the Java EE server.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
See here for a tutorial.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Neerav Narielwala
Ranch Hand
Joined: Dec 08, 2006
Posts: 106
|
|
|
Yes better oprion would be Goooogle it out...
|
<a href="http://www.java-tips.org/java-tutorials/tutorials/" target="_blank" rel="nofollow">Java Tutorials</a> | <a href="http://www.planet-java.org" target="_blank" rel="nofollow">Java Weblog</a> | <a href="http://computer-engineering.science-tips.org" target="_blank" rel="nofollow">Computing Articles</a>
|
 |
 |
|
|
subject: JMS
|
|
|