Switching from ActiveMQ to RabbitMQ
RabbitMQ is an AMQP broker, while ActiveMQ is a JMS one. I suggest you read the AMQP wikipedia article to get an idea of the concepts used in AMQP, which are different than the ones you’re familiar in JMS. One of the main difference is that in AMQP a producer sends to an exchange without … Read more