[jboss-user] [JBoss Messaging] - Jboss Messaging causes Memory Leak

mirabis do-not-reply at jboss.com
Wed Mar 25 14:03:17 EDT 2009


Hello Community,

we have a 4.0.5 which is configured as a JMS-Server with null-persistence. The server is flooded at Runtime with a very large number of ObjectMessages. Our problem is the growing usage of Heap in Runtime which causes an OutOfMemory Exception. 

we configured MessageSoftening 

<mbean code="org.jboss.mq.server.MessageCache"
  | 	 name="jboss.mq:service=MessageCache">
  |     <attribute name="HighMemoryMark">50</attribute>
  |     <attribute name="MaxMemoryMark">60</attribute>
  |     <attribute name="CacheStore">jboss.mq:service=PersistenceManager</attribute>
  |   </mbean>
  | 
and use the 
  | org.jboss.mq.pm.none.PersistenceManager

We are not able to configure the Attributes:
    75000
2000
		    2000

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

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



More information about the jboss-user mailing list