IActiveMQSettings Properties
Interface Properties 8 members
Represents the settings for an ActiveMQ container that differ between Artemis and Classic.
Gets the configuration path for the ActiveMQ container.
public abstract string ConfPath { get; } Gets the data path for the ActiveMQ container.
public abstract string DataPath { get; } Gets the environment variable for the ActiveMQ server password.
public abstract string EnvironmentVariablePassword { get; } Gets the environment variable for the ActiveMQ server username.
public abstract string EnvironmentVariableUsername { get; } Gets the image for the ActiveMQ container.
public abstract string Image { get; } Gets the Jolokia path for the ActiveMQ container for the health-check.
public abstract string JolokiaPath { get; } Gets the registry for the ActiveMQ container image.
public abstract string Registry { get; } Gets the tag for the ActiveMQ container image.
public abstract string Tag { get; }