IActiveMQSettings
Interface net10.0
Represents the settings for an ActiveMQ container that differ between Artemis and Classic.
namespace CommunityToolkit.Aspire.Hosting.ActiveMQ;
public interface IActiveMQSettings{ // ...} 8 members
Properties8
Section titled PropertiesConfPathabstractgetstring Gets the configuration path for the ActiveMQ container.
DataPathabstractgetstring Gets the data path for the ActiveMQ container.
EnvironmentVariablePasswordabstractgetstring Gets the environment variable for the ActiveMQ server password.
EnvironmentVariableUsernameabstractgetstring Gets the environment variable for the ActiveMQ server username.
Imageabstractgetstring Gets the image for the ActiveMQ container.
JolokiaPathabstractgetstring Gets the Jolokia path for the ActiveMQ container for the health-check.
Registryabstractgetstring Gets the registry for the ActiveMQ container image.
Tagabstractgetstring Gets the tag for the ActiveMQ container image.