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
RabbitMQ is a Message Queue Server in Erlang
stores jobs in memory (message queue)
ActiveMQ is an open source message broker in Java