1 Reply Latest reply on Dec 23, 2009 3:06 AM by gaohoward

    Memory Leaks with MDB's

    mayankmit2002

      Setup:

       

      Jboss AS 4.2.3.GA

      Jboss Messaging 1.4.2SP1

       

      Operations:

       

      We are firing some events on the JMS Topic and listening events on a MDB.

       

      Problem:

       

      On profiling we found that, all events we are firing gets accumulated on the onMessage() method of MDB and never gets garbage collected.

       

      Are we missing some thing or it is an issue with MDB.