Does Tomcat support JMS (Java Messaging Service)?
Created Sep 18, 2001
Christopher Schultz 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.
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.
-chris