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

clebert.suconic@jboss.com do-not-reply at jboss.com
Thu Feb 26 12:12:15 EST 2009


What about do something like:


storageManager.prepareDeleteQueueBinding(queue.getPersistenceID());
  | queue.deleteAllReferences();
  | storageManager.deleteQueueBinding(queue.getPersistenceID());
  | 

prepareDeleteQueueBinding would add an updateRecord on the BindingsJournal.

When restarting, we would get PrepareDeleteBinding record and resume deleting records.


That could be done after Beta. (we would add a JIRA). For now we would be good at swapping the lines.

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

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



More information about the jboss-dev-forums mailing list