# IActiveMQSettings Properties

- Package: [CommunityToolkit.Aspire.Hosting.ActiveMQ](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq.md)
- Type: [IActiveMQSettings](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/iactivemqsettings.md)
- Kind: `Properties`
- Members: `8`

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

## ConfPath

- Name: `ConfPath`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the configuration path for the ActiveMQ container.

```csharp
public abstract string ConfPath { get; }
```

## DataPath

- Name: `DataPath`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the data path for the ActiveMQ container.

```csharp
public abstract string DataPath { get; }
```

## EnvironmentVariablePassword

- Name: `EnvironmentVariablePassword`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the environment variable for the ActiveMQ server password.

```csharp
public abstract string EnvironmentVariablePassword { get; }
```

## EnvironmentVariableUsername

- Name: `EnvironmentVariableUsername`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the environment variable for the ActiveMQ server username.

```csharp
public abstract string EnvironmentVariableUsername { get; }
```

## Image

- Name: `Image`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the image for the ActiveMQ container.

```csharp
public abstract string Image { get; }
```

## JolokiaPath

- Name: `JolokiaPath`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the Jolokia path for the ActiveMQ container for the health-check.

```csharp
public abstract string JolokiaPath { get; }
```

## Registry

- Name: `Registry`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the registry for the ActiveMQ container image.

```csharp
public abstract string Registry { get; }
```

## Tag

- Name: `Tag`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the tag for the ActiveMQ container image.

```csharp
public abstract string Tag { get; }
```
