Class ActiveMQLauncher

  • All Implemented Interfaces:
    org.apache.commons.daemon.Daemon

    public class ActiveMQLauncher
    extends Object
    implements org.apache.commons.daemon.Daemon
    This class launches ActiveMQ under Apache JSVC
    Author:
    areese
    • Constructor Detail

      • ActiveMQLauncher

        public ActiveMQLauncher()
    • Method Detail

      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.apache.commons.daemon.Daemon
      • init

        public void init​(org.apache.commons.daemon.DaemonContext arg0)
                  throws Exception
        Specified by:
        init in interface org.apache.commons.daemon.Daemon
        Throws:
        Exception
      • start

        public void start()
                   throws Exception
        Specified by:
        start in interface org.apache.commons.daemon.Daemon
        Throws:
        Exception
      • stop

        public void stop()
                  throws Exception
        Specified by:
        stop in interface org.apache.commons.daemon.Daemon
        Throws:
        Exception