[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Message redistribution in JBM 2.0 - request for feedback
timfox
do-not-reply at jboss.com
Mon Aug 18 16:58:28 EDT 2008
A logical clustered queue is composed of a set of partial queues one on each node of the cluster.
When a message is sent to a logical queue it is sent to one of the nodes of the cluster and it goes into the partial queue on that node.
If there are local consumers on that node, all well and good, the local consumer will consume the message.
If there are no local consumers, or the local consumer is busy (it's buffer is full), and there are idle consumers on other nodes, then the message can be sent to another (redistributed) so it can be consumed by a different consumer.
That's what we call message redistribution.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171148#4171148
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171148
More information about the jboss-dev-forums
mailing list