# IActiveMQSettings

- Kind: `interface`
- Package: [CommunityToolkit.Aspire.Hosting.ActiveMQ](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq.md)
- Version: `13.4.0`
- Namespace: `CommunityToolkit.Aspire.Hosting.ActiveMQ`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.ActiveMQ/IActiveMQSettings.cs)

Represents the settings for an ActiveMQ container that differ between Artemis and Classic.

## Definition

```csharp
namespace CommunityToolkit.Aspire.Hosting.ActiveMQ;

public interface IActiveMQSettings
{
    // ...
}
```

## Properties

- [ConfPath](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings/properties.md#confpath) : `string` `abstract` `get` -- Gets the configuration path for the ActiveMQ container.
- [DataPath](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings/properties.md#datapath) : `string` `abstract` `get` -- Gets the data path for the ActiveMQ container.
- [EnvironmentVariablePassword](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings/properties.md#environmentvariablepassword) : `string` `abstract` `get` -- Gets the environment variable for the ActiveMQ server password.
- [EnvironmentVariableUsername](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings/properties.md#environmentvariableusername) : `string` `abstract` `get` -- Gets the environment variable for the ActiveMQ server username.
- [Image](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings/properties.md#image) : `string` `abstract` `get` -- Gets the image for the ActiveMQ container.
- [JolokiaPath](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings/properties.md#jolokiapath) : `string` `abstract` `get` -- Gets the Jolokia path for the ActiveMQ container for the health-check.
- [Registry](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings/properties.md#registry) : `string` `abstract` `get` -- Gets the registry for the ActiveMQ container image.
- [Tag](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings/properties.md#tag) : `string` `abstract` `get` -- Gets the tag for the ActiveMQ container image.
