[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Why does DeleteEncoding need a queue id?

timfox do-not-reply at jboss.com
Mon Nov 10 06:54:01 EST 2008


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#4188086

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



More information about the jboss-dev-forums mailing list