Class ActiveMQRAService


  • public class ActiveMQRAService
    extends java.lang.Object
    An ActiveMQRAService ensures that ActiveMQ Artemis Resource Adapter will be stopped *before* the ActiveMQ Artemis server. https://jira.jboss.org/browse/HORNETQ-339
    • Constructor Summary

      Constructors 
      Constructor Description
      ActiveMQRAService​(javax.management.MBeanServer mBeanServer, java.lang.String resourceAdapterObjectName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActiveMQRAService

        public ActiveMQRAService​(javax.management.MBeanServer mBeanServer,
                                 java.lang.String resourceAdapterObjectName)
    • Method Detail

      • stop

        public void stop()