Skip to content
Docs Try Aspire

IActiveMQSettings Properties

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