The moose likes EJB and Other Java EE Technologies and the fly likes Can JMS Client be Non-J2EE? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "Can JMS Client be Non-J2EE?" Watch "Can JMS Client be Non-J2EE?" New topic
Author

Can JMS Client be Non-J2EE?

Bill Pearce
Ranch Hand

Joined: Sep 19, 2000
Posts: 53
Hi all,
I am new to JMS and have a simple question (but can't find the answer). Can a non-j2ee server act as a JMS client? For instance, if I have several web applications running on multiple Tomcat servers, can they all act as JMS clients if there is a J2EE compliant JMS server handling the messages?
Thanks
Bill
Kyle Brown
author
Ranch Hand

Joined: Aug 10, 2001
Posts: 3878
Yes. JMS clients can be applets, applications, web containers (e.g. tomcat), or EJB containers...
Kyle
------------------
Kyle Brown,
Author of Enterprise Java (tm) Programming with IBM Websphere
See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.


Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
 
 
subject: Can JMS Client be Non-J2EE?
 
Threads others viewed
JMS Client and server restart?
communication between EJB and client
Problem with using JMS and J2EE server
Need some help on multi-threaded programming
J2ee memory issue
IntelliJ Java IDE