Is that possible to run HornetQ (JBoss JMS implementation) on Tomcat?
The HornetQ documentation is all about JBoss AS or standalone scenarios...
Update:
This is from HornetQ feature list: "HornetQ is architected as a set of Plain Old Java Objects, it can therefore be run in JBoss Microcontainer, Spring, Google Guice or embedded in any third party product and instantiated directly".
So I would be glad to to know how the Web Application (WAR) running on plain Tomcat can embed HornetQ?