1 2 Previous Next 15 Replies Latest reply on Oct 19, 2014 3:05 AM by ravi.teja

    WARN  [org.hornetq.core.server] HQ222113: On ManagementService stop, there are 25 unexpected registered MBeans:

    ravi.teja

      Hi Team ,

       

      We are using JBoss-7.1 with the hornetq-2.4 server to build the high performance messaging system . The problem we got when we stopped the hornetq is [On ManagementService stop, there are 25 unexpected registered MBeans:]

       

      Configuration :

      Please find the attached files hornetq-configuration.xml and hornetq-jms.xml

       

      Test Case :

       

      We have 1 MDB which will sleep about 1 second (Inside onMessage() we wrote Thread.sleep(1000)) . It has max upto 15 sessions at a time.

      We pushed some 10000 messages to queue .

       

      Result :

       

      All the messages processed succesfully and delivered using the mechanism <address-full-policy>PAGE</address-full-policy>

       

      Problem :

      When i stopped the hornetq server the following message was displayed in the log

      [org.hornetq.core.server] HQ222113: On ManagementService stop, there are 25 unexpected registered MBeans: [core.divert.callStatus-divert, core.acceptor.netty-throughput, core.divert.testStatus-divert2, core.divert.TestTopic-divert, core.divert.test-divert2, core.divert.Test2Topic-divert, core.divert.Test3Topic-divert, core.divert.Test4Topic-divert4, core.divert.Test5Topic-divert .. etc]

        1 2 Previous Next