[jboss-user] [JBoss Messaging] - Re: Questions about topics in a cluster

timfox do-not-reply at jboss.com
Thu Jun 7 04:44:41 EDT 2007


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#4052003

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052003



More information about the jboss-user mailing list