[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - JBMESSAGING-1473 - XARecoveryTest::testPagingServerRestarted
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Jan 2 15:50:30 EST 2009
The test was initially broken because because replay was removed, and PageTransaction was not being added back to the PagingManager on the prepared case.
There is also an issue with rerouting transactional messages. if (message.isReload), it should never go towards paging. (aways towards Queue), or else the message could be duplicated.
When the PagingStore is re-loaded, it will be in page mode as it will have pending pages. The previously routed message will go towards paging again.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199268#4199268
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199268
More information about the jboss-dev-forums
mailing list