Does Tomcat support JMS (Java Messaging Service)?
Location: http://www.jguru.com/faq/view.jsp?EID=499412 Created: Sep 18, 2001 Author: Christopher Schultz (http://www.jguru.com/guru/viewbio.jsp?EID=138382) Question originally posed by soma shekar (http://www.jguru.com/guru/viewbio.jsp?EID=483579 Alessandro A. Garbagnati writes: Tomcat is just a servlet container, not an EJB container nor an application server, so it does not contains any JMS basic support. However, there’s nothing stopping you from using another JMS provider (like OpenJMS from within Tomcat.