Skip to content
DocsTry Aspire
DocsTry

IActiveMQSettings Properties

InterfaceProperties8 members
Represents the settings for an ActiveMQ container that differ between Artemis and Classic.
ConfPathSection titled ConfPathabstractstring
Gets the configuration path for the ActiveMQ container.
public abstract string ConfPath { get; }
DataPathSection titled DataPathabstractstring
Gets the data path for the ActiveMQ container.
public abstract string DataPath { get; }
EnvironmentVariablePasswordSection titled EnvironmentVariablePasswordabstractstring
Gets the environment variable for the ActiveMQ server password.
public abstract string EnvironmentVariablePassword { get; }
EnvironmentVariableUsernameSection titled EnvironmentVariableUsernameabstractstring
Gets the environment variable for the ActiveMQ server username.
public abstract string EnvironmentVariableUsername { get; }
ImageSection titled Imageabstractstring
Gets the image for the ActiveMQ container.
public abstract string Image { get; }
JolokiaPathSection titled JolokiaPathabstractstring
Gets the Jolokia path for the ActiveMQ container for the health-check.
public abstract string JolokiaPath { get; }
RegistrySection titled Registryabstractstring
Gets the registry for the ActiveMQ container image.
public abstract string Registry { get; }
TagSection titled Tagabstractstring
Gets the tag for the ActiveMQ container image.
public abstract string Tag { get; }