Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have a JMS server without an application server?

Tags:

java

jms

does anyone here knows if there exists a JMS server that could be executed on Tomcat or without an application server?

like image 672
Kico Lobo Avatar asked Nov 26 '09 10:11

Kico Lobo


2 Answers

Yes, several.

  • HornetQ (recommended)
  • ActiveMQ (which I don't recommend, but is popular)

and several others, but those are are the big ones.

like image 132
skaffman Avatar answered Oct 19 '22 05:10

skaffman


ActiveMQ comes with a standalone broker which can be run independently from the command line.

like image 5
Cowan Avatar answered Oct 19 '22 06:10

Cowan