[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBMESSAGING-1473 - XARecoveryTest::testPagingServerResta
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Jan 2 16:03:45 EST 2009
We've aways agreed that paging is done at the address level.. correct?
That's why we aways paged before routing.
Paging should be a buffer before routing.
So when depaging, we would create the references correctly without create duplications.
Now it's being done inside QueueImpl/route.
On the case of having multiple Bindings to a queue, the Address could become in page mode in the middle of routing, and we must ensure to page/depage atomically.
Unless we change requirements and start paging at Queue level (not address level any more) but that would make us loosing reference counting for messages when paging. (It was a basic requirement for making us paging at address level).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199270#4199270
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199270
More information about the jboss-dev-forums
mailing list