[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 11:09:41 EST 2009
One thing that I realized (after our meeting today):
I believe this will be something else. Maybe messages being persisted for NonPersistentQueues? (as we discussed during the meeting)... and we need to investigate that possibility what would be a bug.
The bindingsJournal already syncs every non Transaction Add/update/delete:
bindingsJournal = new JournalImpl(1024 * 1024, 2, true, true, bindingsFF, "jbm-bindings", "bindings", 1, -1);
this is true for synNonTransactional, and true for syncTransactional. (we just sync every call on the BindingsJournal).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213423#4213423
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213423
More information about the jboss-dev-forums
mailing list