I was wondering what is the difference between a JMS Queue and JMS Topic.
ActiveMQ page says
Topics In JMS a Topic implements <
In JMS a Topic implements <
Topics are for the publisher-subscriber model, while queues are for point-to-point.