# ActiveMQArtemisServerResource

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

A resource that represents a ActiveMQ Artemis resource.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public class ActiveMQArtemisServerResource
    : Aspire.Hosting.ApplicationModel.ActiveMQServerResourceBase
{
    // ...
}
```

## Constructors

- [ActiveMQArtemisServerResource(string, ParameterResource?, ParameterResource, string)](/reference/api/csharp/communitytoolkit.aspire.hosting.activemq/activemqartemisserverresource/constructors.md#constructor-string-parameterresource-parameterresource-string) -- A resource that represents a ActiveMQ Artemis resource.
