Is it possible to have a JMS server without an application server?
java, jms
Solution
Yes, several.
- HornetQ (recommended)
- ActiveMQ (which I don't recommend, but is popular)
and several others, but those are are the big ones.
Problem
does anyone here knows if there exists a JMS server that could be executed on Tomcat or without an application server?