Activemq Topics and Queues
January 28, 2017
When working on a quick proof of concept I was going to try to programmatically get camel to multicast to all listening microservices when I stumbled upon the subtle but important difference between queues and topics. Queues will distribute messages to one of the listening services whereas with topics messages will get distributed to all listening services.