JournalStorageManager.
| void storeDelete(long messageID) throws Exception;
|
| void storeDeleteMessageTransactional(long txID, long queueID, long messageID)
throws Exception;
|
Why do we need the queue id when storing a delete transactionally? We don't need it
when deleting non transactioally.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188086#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...