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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to