Activemq vs rabbitmq

sirajnadwar picture sirajnadwar · Oct 21, 2017 · Viewed 11.7k times · Source

I have read a few discussions and forums but still fail to understand which one is better rabbitmq vs activemq. I have heard the delay in rabbitmq is more because all traffic is first diverted to a central node. It would be good if someone can point me to some documentation which can highlight what one should use in what scenario. Thanks all

Answer

Jinna Balu picture Jinna Balu · Oct 21, 2017

RabbitMQ

  1. RabbitMQ is a Message Queue Server in Erlang

  2. stores jobs in memory (message queue)

Apache ActiveMQ

ActiveMQ is an open source message broker in Java

Message Queue Evaluation