[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 11:52:38 EST 2006
So, basically what happens is this:
The queue may have many consumers. When delivery occurs, the queue will select one of those consumers baside on the implementation of Router that is being used with the queue. The default implementation round robins between the consumers.
Once the server side representation of the consumer has the message, it then needs to send it to client side. This works as described in the first post on this thread.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996673#3996673
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996673
More information about the jboss-dev-forums
mailing list