Why is durableRefCount decremented in a transaction *before* it is committed?
Surely it should be decremented when it is committed?
TransactionImpl:addAcknowledgement
| int count = message.decrementDurableRefCount();
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197838#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...