Topic v/s Queue – JMS

queue means a message goes to one and only one possible subscriber.

topic goes to each and every subscriber. 

Topics are for the publisher-subscriber model, while queues are for point-to-point.

A JMS topic is the type of destination in a 1-to-many model of distribution.

JMS Topic vs Queues - Stack Overflow
Ramesh Kumar S avatar

Posted by

Leave a comment