I am evaluating Message Queues to use and it seems ActiveMQ is the most popular, however I can't but notice the various comments around the web about reliability and the queue occasionally hanging without any response.
Is anyone using ActiveMQ (specifically the latest version) without problems for long periods of time without restart, with reasonable load?
If ActiveMQ is truly unreliable, what is a reliable alternative?
My requirements are:
- JMS 1.1
- High Availability
- Mature and Popular product (I won't risk hopping on some FancyMQ product for this project)
I would also like to know about experiences with HornetQ. Seems it impresses performance-wise, although reliability is my prime focus here.