0 Replies Latest reply on Apr 30, 2007 3:09 AM by emilianoalbiani

    hsqldb-jdbc2-service.xml, HighMemoryMark and MaxMemoryMark

    emilianoalbiani

      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 in advance.

      emiliano