[jboss-user] [Messaging, JMS & JBossMQ] - hsqldb-jdbc2-service.xml, HighMemoryMark and MaxMemoryMark

dearemi do-not-reply at jboss.com
Fri Apr 27 03:51:14 EDT 2007


Hi,
this is a snhapshot of my hsqldb-jdbc2-service.xml configuration file:

  <mbean code="org.jboss.mq.server.MessageCache"
  |          name="jboss.mq:service=MessageCache">
  |     <attribute name="HighMemoryMark">0</attribute>
  |     <attribute name="MaxMemoryMark">0</attribute>
  |     <attribute name="CacheStore">jboss.mq:service=PersistenceManager</attribute>
  |   </mbean>
  | 


I set HighMemoryMark and MaxMemoryMark to '0' value in order to see my localDB.data file growing up. I know, watching the hsqldb log file localDB.log, that the MessageCache write jms messages in the hsqld but localDB.data file size is always 0.
I am using jboss3.2.7 with jvm1.4.2.

I made the same test with jboss4.0 and jvm5 and localDB.data grew up as I expected.

Am I missing something?

Thanks.

emiliano 

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

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



More information about the jboss-user mailing list