[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Good article on consistent hashing

ataylor do-not-reply at jboss.com
Wed Jul 1 05:50:14 EDT 2009


anonymous wrote : 
  | When you talk about queues on each node I guess you really mean *consumers*.
  | 
  | E.g. "If there are remote queues and we haven't yet bound to any queue...", should be "If there are remote consumers and we haven't yet bound to any consumer..." 

from what i understand on how clustering works we initially route the message in BindingsImpl  and only know about remote queues not what consumers are on them only that there are some. once the message is routed to that queue normal grouping will take over and pin it to a particular consumers. If I have misunderstood how this works can you explain.

anonymous wrote : Secondly, your algorithm looks kind of similar to one of the Paxos variants. What's the reasoning why none of the Paxos variants are sufficient for our use case? 

which variant do you think is similar?

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

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



More information about the jboss-dev-forums mailing list