[jboss-user] [JBoss Messaging] - Re: JBoss messaging running out of heap space
timfox
do-not-reply at jboss.com
Wed Dec 6 08:47:35 EST 2006
First thing, don't use HSQL, it has no transactional isolation and should only ever be used for demos.
Are you just sending messages? Or are you consuming them as well? If you are just sending them then eventually they will build up and consume all memory unless you configure paging for your queues, see:
http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/guide-1.0.1.GA/html/configuration.html#conf.destination.paging
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991636#3991636
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991636
More information about the jboss-user
mailing list