[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Streamlined delivery of messages to consumer

timfox do-not-reply at jboss.com
Thu Dec 28 10:47:38 EST 2006


"jeffdelong" wrote : Does this imply that all messages on the queue are sent to all consumers of the queue?
  | 

No. JMS queue semantics demand that a particular message is delivered to only one consumer.

anonymous wrote : 
  | If so, how does the JMS server enforce that the message only get consumed by a single consumer?

Currently, the default policy is to round robin between all available consumers, but this has nothing to do with how we deliver messages to the client side.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996655#3996655

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



More information about the jboss-dev-forums mailing list