[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Failover & Paiging...
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue Jan 13 21:55:04 EST 2009
Besides sending the AddressName on replicate delivery, and forcing a depage until a reference is found, I also had to make sure replicateDelivery wouldn't subtract sizes on the PageControl.
replicateDelivery was calling removeFromQueue, and that would call addSize(-size).
addSize is supposed to be called only on ACK, so I had done a few tweaks around the method.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201557#4201557
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201557
More information about the jboss-dev-forums
mailing list