[jboss-user] [JBoss Messaging] - Re: JBoss message persistence ... (Repost)
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Feb 6 12:16:48 EST 2009
We page Messages to the DB when they reach certain parameters (even NonPersistentMessages):
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.2.GA/html/configuration.html#conf.destination.queue.attributes.paging
But if a message is set to *persistent*, it means it aways goes to the Database. If you don't want the message on the DB, and if you could eventually loose messages in case of a failure just use NonPersistentMessages.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207792#4207792
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207792
More information about the jboss-user
mailing list