Reputation: 1516
What is the most reliable open source JMS provider ? Any good/bad experience with gearman or Apache ActiveMQ ?
Upvotes: 3
Views: 3356
Reputation: 91
I've had very good experiences with ActiveMQ, reasons being:
Another goody, while not a common use case but still nice to know: it's fairly simple to embed ActiveMQ into your own application as well.
Upvotes: 3
Reputation: 46904
JBoss Messaging / HornetQ: http://jboss.org/hornetq/
http://www.c2b2.co.uk/iPoint/ipoint?SelectedPage=69&110ArticleID=17 (from 2008, though)
Upvotes: 0
Reputation: 15588
I have only experimented with JMS (i.e. no production use) but found apacheMQ to be pretty good. The documentation is good.
I've also seen openJMS http://openjms.sourceforge.net/ but have not tried it.
Upvotes: 0