[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

timfox do-not-reply at jboss.com
Thu Jun 7 10:13:44 EDT 2007


Don't use HSQL.

If you are sending a lot of messages to your queues, and they become full and paging starts occurring, then JBM will start paging to the database.

If you are using HSQL, then that "database" is in memory! So you're just going to get an OOM sooner or later.

Your "pauses" are probably just long gc pauses as the JVM tries to regain memory as it nears the limit.



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

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



More information about the jboss-user mailing list