[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: XARecovery - MQ/Messaging merge

mskonda do-not-reply at jboss.com
Tue Sep 5 09:40:27 EDT 2006


The recovery (almost) is in place ? however, I have a test failing. I need your input in this case. the scenario is given below:

I am using application sever as test base (test case works fine when I use statndalon recovery manager).

- I have a durable subscriber on a destination. 
- I have prepared a transaction which I expect to be recovered when the server is back up. 

So, when the server is back, the recovery is fine ? that is, the transaction is committed (and the row is deleted) and the message reference state changed to ?C? from ?+?. 

However, the durable subscriber doesn?t receive this message for ever! 

The only(main) difference I see before killing and after restarting up the server is the ChannelSupport?s load method being called for resetting the channel state leaving the 'Loaded' column from ?Y? (before restart) to ?N? (after restart). Do you think this has something to do with the delivery to the client? 

Let me know if I am missing any obvious.

Thanks
Madhu

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

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



More information about the jboss-dev-forums mailing list