JavaRoadmap
JavaRoadmap copied to clipboard
RabbitMQ should be tied to "Messaging"
Hi Stephan,
RabbitMQ is not a JMS provider (https://www.rabbitmq.com/jms-client.html), so I wouldn't tie it to JMS
, but to Messaging
instead.
AMQP is so much more powerful than JMS...
Thanks,
Dimitri
PS: no space between "Rabbit" & "MQ" 😉