[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Caching messages in Hypersonic database

2004-11-15 Thread genman
The HSQDB database file won't shrink until you do a clean ashutdown. What is the stack trace of the OOMException? If you want to continue using HSQLDB, I would use 1.7.2 (which is in 3.2.7RC I believe, or d/l the .jar file from the website.) Otherwise, I suggest going with a free database li

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Caching messages in Hypersonic database

2004-11-14 Thread topatidle
Hi, Thanks for the quick reply. I've noticed the I had an error in my previous post - I use a topic, not a queue. I did what you wrote (removed all messages), but the size of the file stayed the same. Is it because it was already alocated, and it will not insert new messages to the same space,

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Caching messages in Hypersonic database

2004-11-10 Thread genman
Messages are stored by default in the DB when they are added to the server. The limit for HSQLDB is 2GB per table (or DB?). The message cache controls which messages are kept in memory, and the messages remain in the database when removed from memory JBoss. Increasing the size of your memory w