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 won't increase the size allowed by HSQLDB. You can delete messages by clearing each message queue through JMX. What is the stack trace of the OOMException? You either need to remove messages or use a different database (like MySQL). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854683#3854683 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854683 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
