Class Artemis

java.lang.Object
org.apache.activemq.artemis.boot.Artemis

public class Artemis extends Object
A main class which setups up a classpath and then passes execution off to the ActiveMQ Artemis cli main.
  • Field Details

  • Constructor Details

    • Artemis

      public Artemis()
  • Method Details

    • main

      public static void main(String[] args) throws Throwable
      Throws:
      Throwable
    • execute

      public static Object execute(File artemisHome, File artemisInstance, File fileBrokerETC, boolean useSystemOut, boolean enableShell, List<String> args) throws Throwable
      This is a good method for booting an embedded command
      Throws:
      Throwable
    • execute

      public static Object execute(File fileHome, File fileInstance, File fileBrokerETC, boolean useSystemOut, boolean enableShell, String... args) throws Throwable
      This is a good method for booting an embedded command
      Throws:
      Throwable