Package org.apache.activemq.artemis.boot
Class Artemis
java.lang.Object
org.apache.activemq.artemis.boot.Artemis
A main class which setups up a classpath and then passes execution off to the ActiveMQ Artemis cli main.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectexecute(File fileHome, File fileInstance, File fileBrokerETC, boolean useSystemOut, boolean enableShell, String... args) This is a good method for booting an embedded commandstatic Objectexecute(File artemisHome, File artemisInstance, File fileBrokerETC, boolean useSystemOut, boolean enableShell, List<String> args) This is a good method for booting an embedded commandstatic void
-
Field Details
-
EXTRA_LIBS_SYSTEM_PROPERTY
- See Also:
-
EXTRA_LIBS_ENVIRONMENT_VARIABLE
- See Also:
-
-
Constructor Details
-
Artemis
public Artemis()
-
-
Method Details
-
main
- 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
-