You're thinking of a queue.
With a queue, the message is only received by one consumer, with a topic it is received by
all subscribers.
Topics are a form of "publish / subscriber" messaging (you can google this for
more info)
Queues are a form of "point to point messaging".
The JMS spec also goes into more detail on this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052003#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...