[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Journal syncing
timfox
do-not-reply at jboss.com
Thu May 29 06:25:48 EDT 2008
To give more fine grained control I have removed the journal "sync" attribute and replaced it by two attributes:
syncTransactional - if true, the journal syncs on transaction boundaries (prepare,commit, rollback) - defaults to true
syncNonTransactional - if true the journal syncs on non transactional persistent operations - e.g. receipt of non transactional persistent message on server, or receipt of non transactional persistent ack on server. This defaults to false.
I also introduced a new attribute on the connection factory - send-p-messages-synchronously - this couples with send-np-messages-synchronously.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154224#4154224
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154224
More information about the jboss-dev-forums
mailing list