CommunityToolkit.Aspire.Hosting.ActiveMQ 13.1.1

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Hosting.ActiveMQ --version 13.1.1
                    
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.ActiveMQ -Version 13.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CommunityToolkit.Aspire.Hosting.ActiveMQ" Version="13.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.ActiveMQ" Version="13.1.1" />
                    
Directory.Packages.props
<PackageReference Include="CommunityToolkit.Aspire.Hosting.ActiveMQ" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CommunityToolkit.Aspire.Hosting.ActiveMQ --version 13.1.1
                    
#r "nuget: CommunityToolkit.Aspire.Hosting.ActiveMQ, 13.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CommunityToolkit.Aspire.Hosting.ActiveMQ@13.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.ActiveMQ&version=13.1.1
                    
Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.ActiveMQ&version=13.1.1
                    
Install as a Cake Tool

CommunityToolkit.Hosting.ActiveMQ

Overview

This .NET Aspire Integration can be used to Active MQ Classic and Active MQ Artemis in a container.

Usage

Example 1: ActiveMQ Classic with default tcp scheme

var builder = DistributedApplication.CreateBuilder(args);

var amq = builder.AddActiveMQ("amq",
        builder.AddParameter("user", "admin"),
        builder.AddParameter("password", "admin", secret: true),
        61616,
        webPort: 8161);

Example 2: ActiveMQ Classic with activemq scheme for use with MassTransit

var builder = DistributedApplication.CreateBuilder(args);

var amq = builder.AddActiveMQ("amq",
        builder.AddParameter("user", "admin"),
        builder.AddParameter("password", "admin", secret: true),
        61616,
        "activemq",
        webPort: 8161);

Example 3: ActiveMQ Artemis with default tcp scheme

var builder = DistributedApplication.CreateBuilder(args);

var amq = builder.AddActiveMQArtemis("amq",
        builder.AddParameter("user", "admin"),
        builder.AddParameter("password", "admin", secret: true),
        61616,
        webPort: 8161);

Example 2: ActiveMQ Artemis with activemq scheme for use with MassTransit

var builder = DistributedApplication.CreateBuilder(args);

var amq = builder.AddActiveMQArtemis("amq",
        builder.AddParameter("user", "admin"),
        builder.AddParameter("password", "admin", secret: true),
        61616,
        "activemq",
        webPort: 8161);
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
13.1.2-beta.508 0 1/19/2026
13.1.2-beta.507 0 1/19/2026
13.1.2-beta.506 38 1/16/2026
13.1.2-beta.505 37 1/16/2026
13.1.2-beta.504 29 1/16/2026
13.1.1 49 1/16/2026
13.1.1-beta.502 36 1/16/2026
13.1.0 44 1/14/2026
13.1.0-beta.499 31 1/14/2026
13.0.1-beta.498 37 1/14/2026
13.0.1-beta.486 38 1/12/2026
13.0.1-beta.468 623 12/3/2025
13.0.1-beta.467 618 12/3/2025
13.0.0 383 11/25/2025
13.0.0-beta.462 138 11/25/2025
13.0.0-beta.456 174 11/23/2025
13.0.0-beta.454 95 11/23/2025
13.0.0-beta.453 111 11/22/2025
13.0.0-beta.450 114 11/22/2025
13.0.0-beta.448 118 11/22/2025
13.0.0-beta.444 363 11/17/2025
13.0.0-beta.443 260 11/17/2025
13.0.0-beta.440 98 11/15/2025
13.0.0-beta.439 245 11/12/2025
13.0.0-beta.438 236 11/12/2025
13.0.0-beta.436 238 11/12/2025
13.0.0-beta.435 235 11/11/2025
13.0.0-beta.433 156 11/10/2025
13.0.0-beta.432 159 11/10/2025
13.0.0-beta.431 153 11/6/2025
13.0.0-beta.430 140 11/6/2025
9.9.0 332 11/3/2025
9.9.0-beta.427 143 11/3/2025
9.8.1-beta.426 165 11/3/2025
9.8.1-beta.424 151 10/28/2025
9.8.1-beta.420 144 10/27/2025
9.8.1-beta.419 135 10/27/2025
9.8.1-beta.417 138 10/27/2025
9.8.1-beta.414 143 10/24/2025
9.8.1-beta.413 135 10/22/2025
9.8.1-beta.410 131 10/16/2025
9.8.1-beta.408 132 10/16/2025
9.8.1-beta.407 126 10/16/2025
9.8.1-beta.406 138 10/15/2025
9.8.0 673 9/26/2025
9.8.0-beta.405 133 10/15/2025
9.8.0-beta.404 139 10/13/2025
9.8.0-beta.402 143 9/29/2025
9.8.0-beta.401 134 9/29/2025
9.8.0-beta.399 138 9/26/2025
9.8.0-beta.398 138 9/25/2025
9.8.0-beta.397 148 9/25/2025
9.8.0-beta.395 146 9/24/2025
9.8.0-beta.394 145 9/23/2025
9.8.0-beta.393 146 9/23/2025
9.8.0-beta.392 147 9/23/2025
9.8.0-beta.389 267 9/18/2025
9.8.0-beta.388 271 9/16/2025
9.8.0-beta.386 214 9/15/2025
9.8.0-beta.385 217 9/15/2025
9.8.0-beta.384 64 9/13/2025
9.8.0-beta.376 144 9/8/2025
9.8.0-beta.375 77 9/6/2025
9.8.0-beta.373 148 9/5/2025
9.8.0-beta.372 150 9/4/2025
9.8.0-beta.370 149 9/2/2025
9.8.0-beta.364 132 9/1/2025
9.7.2 476 8/29/2025
9.7.2-beta.362 181 8/29/2025
9.7.2-beta.361 188 8/29/2025
9.7.2-beta.360 183 8/29/2025
9.7.2-beta.359 192 8/28/2025
9.7.2-beta.358 186 8/28/2025
9.7.2-beta.357 193 8/28/2025
9.7.1 281 8/27/2025
9.7.1-beta.355 180 8/27/2025
9.7.1-beta.354 196 8/27/2025
9.7.1-beta.353 186 8/27/2025
9.7.1-beta.352 189 8/27/2025
9.7.1-beta.351 190 8/27/2025
9.7.1-beta.348 184 8/14/2025
9.7.1-beta.344 89 8/10/2025
9.7.1-beta.343 216 8/8/2025
9.7.1-beta.342 225 8/7/2025
9.7.1-beta.341 228 8/6/2025
9.7.1-beta.340 203 8/5/2025
9.7.1-beta.339 204 8/5/2025
9.7.0 187 8/1/2025
9.7.0-beta.337 105 8/1/2025
9.7.0-beta.336 110 8/1/2025
9.7.0-beta.335 112 8/1/2025
9.7.0-beta.333 124 7/30/2025
9.6.1-beta.332 121 7/30/2025
9.6.1-beta.331 116 7/30/2025
9.6.1-beta.330 118 7/30/2025
9.6.1-beta.329 125 7/30/2025
9.6.1-beta.328 127 7/29/2025
9.6.1-beta.327 137 7/28/2025
9.6.1-beta.326 134 7/28/2025
9.6.0 226 7/10/2025
9.6.0-beta.324 154 7/10/2025
9.5.1-beta.323 137 7/10/2025
9.5.1-beta.322 134 7/10/2025
9.5.1-beta.321 140 7/10/2025
9.5.1-beta.320 141 7/9/2025
9.5.1-beta.319 145 7/8/2025
9.5.1-beta.318 143 7/2/2025
9.5.1-beta.317 130 6/30/2025
9.5.1-beta.315 144 6/26/2025
9.5.1-beta.314 138 6/23/2025
9.5.1-beta.313 134 6/20/2025
9.5.1-beta.312 131 6/20/2025
9.5.1-beta.311 166 6/18/2025
9.5.1-beta.310 155 6/17/2025
9.5.1-beta.309 163 6/17/2025
9.5.1-beta.308 159 6/17/2025
9.5.1-beta.307 171 6/16/2025
9.5.1-beta.306 318 6/11/2025
9.5.1-beta.305 152 6/7/2025
9.5.1-beta.304 125 6/6/2025
9.5.1-beta.303 160 6/4/2025
9.5.1-beta.302 152 6/4/2025
9.5.1-beta.301 136 6/2/2025
9.5.1-beta.300 152 5/28/2025
9.5.0 695 5/27/2025
9.5.0-beta.299 154 5/27/2025
9.5.0-beta.298 168 5/26/2025
9.5.0-beta.297 127 5/24/2025
9.5.0-beta.296 119 5/24/2025
9.5.0-beta.295 79 5/24/2025
9.4.1-beta.291 176 5/19/2025
9.4.1-beta.289 185 5/16/2025
9.4.1-beta.288 242 5/16/2025
9.4.1-beta.287 246 5/16/2025
9.4.1-beta.286 247 5/16/2025
9.4.1-beta.285 225 5/14/2025
9.4.1-beta.284 236 5/13/2025
9.4.1-beta.283 254 5/12/2025
9.4.1-beta.282 155 5/7/2025
9.4.1-beta.280 166 5/2/2025
9.4.1-beta.279 170 5/2/2025
9.4.1-beta.277 179 4/23/2025
9.4.1-beta.276 179 4/23/2025
9.4.1-beta.275 167 4/23/2025
9.4.1-beta.274 191 4/23/2025
9.4.1-beta.273 176 4/23/2025
9.4.1-beta.272 158 4/23/2025
9.4.1-beta.271 176 4/23/2025
9.4.1-beta.270 189 4/20/2025
9.4.0 385 4/20/2025
9.4.0-beta.269 182 4/20/2025
9.4.0-beta.268 158 4/20/2025
9.3.1-beta.267 175 4/20/2025
9.3.1-beta.266 111 4/19/2025
9.3.1-beta.265 186 4/15/2025
9.3.1-beta.264 195 4/15/2025
9.3.1-beta.263 202 4/15/2025
9.3.1-beta.262 188 4/15/2025
9.3.1-beta.260 186 4/10/2025
9.3.1-beta.259 184 4/8/2025
9.3.1-beta.258 181 4/8/2025
9.3.1-beta.257 168 4/8/2025
9.3.1-beta.256 181 4/8/2025
9.3.1-beta.255 157 4/8/2025
9.3.1-beta.254 169 4/8/2025
9.3.1-beta.253 188 4/1/2025
9.3.1-beta.252 137 3/27/2025
9.3.1-beta.250 144 3/27/2025
9.3.1-beta.249 138 3/27/2025
9.3.1-beta.248 135 3/27/2025
9.3.1-beta.247 131 3/27/2025
9.3.1-beta.244 506 3/25/2025
9.3.1-beta.242 503 3/24/2025
9.3.1-beta.241 186 3/19/2025
9.3.0 412 3/19/2025
9.3.0-beta.239 172 3/19/2025
9.2.2-beta.237 186 3/19/2025
9.2.2-beta.236 138 3/14/2025
9.2.2-beta.230 168 3/13/2025
9.2.2-beta.229 161 3/13/2025
9.2.2-beta.228 167 3/11/2025
9.2.2-beta.227 182 3/11/2025
9.2.2-beta.226 172 3/11/2025
9.2.2-beta.225 184 3/11/2025
9.2.2-beta.224 186 3/11/2025
9.2.2-beta.223 191 3/10/2025
9.2.2-beta.222 168 3/10/2025
9.2.2-beta.220 174 3/9/2025
9.2.2-beta.218 189 3/9/2025
9.2.2-beta.217 213 3/7/2025
9.2.2-beta.216 230 3/7/2025
9.2.2-beta.215 201 3/7/2025
9.2.2-beta.214 221 3/5/2025
9.2.2-beta.213 226 3/5/2025
9.2.2-beta.212 221 3/5/2025
9.2.2-beta.211 230 3/4/2025
9.2.2-beta.210 209 3/4/2025
9.2.2-beta.208 108 3/3/2025
9.2.1 3,292 3/3/2025
9.2.1-beta.207 142 3/2/2025
9.2.1-beta.206 116 3/1/2025
9.2.1-beta.205 95 2/27/2025
9.2.1-beta.204 105 2/26/2025
9.2.1-beta.203 114 2/26/2025
9.2.0 252 2/26/2025
9.2.0-beta.202 113 2/26/2025
9.2.0-beta.201 111 2/26/2025
9.2.0-beta.199 114 2/26/2025
9.2.0-beta.198 109 2/26/2025
9.1.1-beta.197 122 2/25/2025
9.1.1-beta.196 127 2/25/2025
9.1.1-beta.195 114 2/25/2025
9.1.1-beta.194 112 2/25/2025
9.1.1-beta.193 102 2/25/2025
9.1.1-beta.192 99 2/24/2025
9.1.1-beta.191 110 2/24/2025
9.1.1-beta.190 131 2/19/2025
9.1.1-beta.189 95 2/19/2025
9.1.1-beta.188 107 2/19/2025
9.1.1-beta.187 131 2/19/2025
9.1.1-beta.183 144 2/18/2025
9.1.1-beta.182 110 2/18/2025
9.1.1-beta.181 113 2/18/2025
9.1.1-beta.180 104 2/17/2025
9.1.1-beta.178 113 2/17/2025
9.1.1-beta.177 105 2/12/2025
9.1.1-beta.176 110 2/11/2025
9.1.1-beta.175 103 2/11/2025
9.1.1-beta.173 140 2/10/2025
9.1.1-beta.169 125 2/6/2025
9.1.1-beta.168 112 2/5/2025
9.1.1-beta.166 130 2/5/2025
9.1.1-beta.165 115 2/5/2025
9.1.1-beta.164 108 2/3/2025
9.1.1-beta.162 121 2/3/2025
9.1.1-beta.155 122 1/30/2025
9.1.1-beta.154 92 1/30/2025
9.1.1-beta.153 94 1/30/2025
9.1.1-beta.152 87 1/29/2025
9.1.1-beta.150 110 1/29/2025
9.1.1-beta.148 118 1/26/2025
9.1.1-beta.147 89 1/26/2025
9.1.1-beta.146 102 1/23/2025
9.1.1-beta.145 113 1/22/2025
9.1.1-beta.144 106 1/22/2025
9.1.1-beta.142 116 1/22/2025
9.1.1-beta.140 112 1/22/2025
9.1.1-beta.139 131 1/21/2025
9.1.1-beta.138 94 1/20/2025
9.1.1-beta.137 98 1/17/2025
9.1.1-beta.136 96 1/15/2025
9.1.1-beta.135 63 1/15/2025
9.1.1-beta.134 88 1/15/2025
9.1.1-beta.128 103 1/9/2025
9.1.1-beta.127 78 1/9/2025
9.1.1-beta.126 102 1/9/2025
9.1.1-beta.125 84 1/9/2025
9.1.1-beta.124 98 1/9/2025
9.1.0 347 12/12/2024
9.1.0-beta.123 105 1/3/2025
9.1.0-beta.122 105 1/3/2025
9.1.0-beta.121 124 1/2/2025
9.1.0-beta.120 93 12/30/2024
9.1.0-beta.119 112 12/30/2024
9.1.0-beta.118 121 12/30/2024
9.1.0-beta.116 99 12/30/2024
9.1.0-beta.114 106 12/30/2024
9.1.0-beta.113 125 12/30/2024
9.1.0-beta.112 89 12/18/2024
9.1.0-beta.110 99 12/16/2024
9.1.0-beta.109 97 12/12/2024
9.0.1-beta.108 104 12/12/2024
9.0.1-beta.107 121 12/11/2024
9.0.1-beta.106 105 12/12/2024
9.0.1-beta.104 95 12/11/2024
9.0.1-beta.102 125 12/6/2024
9.0.1-beta.99 118 12/6/2024
9.0.1-beta.98 115 12/6/2024
9.0.1-beta.95 123 12/5/2024
9.0.1-beta.94 114 12/5/2024