[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Order of Deliveries between Backup and Live Node

clebert.suconic@jboss.com do-not-reply at jboss.com
Mon May 11 14:25:58 EDT 2009


There is a race between QueueImpl::deliveryAsync and the repplication of the deliveries.


ServerConsumer will handle a message and it will replicate it on the ServerConsumer(Backup).

When the delivery call arrives on the backup node,  the backup's list could be already different than what it was on live node, because of the races caused by QueueImpl.

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

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



More information about the jboss-dev-forums mailing list