[jboss-user] [JBoss Messaging] - Re: Clustering JBoss Messaging without Shared Database?

clebert.suconic@jboss.com do-not-reply at jboss.com
Tue Jun 17 21:10:23 EDT 2008


You need a shared database to guarantee delivery of persistent messages during failover, but if you don't have persistent messages, you should not have a problem.

On our examples, with our distribution, you will find several -persistence-service.xml. Look at null-persistence-service.xml.

Just replace that by the current -persistence.service.xml under your deployment.

Note: Even with Non Persistent Messages, we could still persist them if you produce more messages than you could consume (Paging). Make sure you are consuming your messages properly.

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

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



More information about the jboss-user mailing list