OpenMedStack.Autofac.MassTransit.ActiveMq 2.5.3

dotnet add package OpenMedStack.Autofac.MassTransit.ActiveMq --version 2.5.3
                    
NuGet\Install-Package OpenMedStack.Autofac.MassTransit.ActiveMq -Version 2.5.3
                    
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="OpenMedStack.Autofac.MassTransit.ActiveMq" Version="2.5.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenMedStack.Autofac.MassTransit.ActiveMq" Version="2.5.3" />
                    
Directory.Packages.props
<PackageReference Include="OpenMedStack.Autofac.MassTransit.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 OpenMedStack.Autofac.MassTransit.ActiveMq --version 2.5.3
                    
#r "nuget: OpenMedStack.Autofac.MassTransit.ActiveMq, 2.5.3"
                    
#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 OpenMedStack.Autofac.MassTransit.ActiveMq@2.5.3
                    
#: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=OpenMedStack.Autofac.MassTransit.ActiveMq&version=2.5.3
                    
Install as a Cake Addin
#tool nuget:?package=OpenMedStack.Autofac.MassTransit.ActiveMq&version=2.5.3
                    
Install as a Cake Tool

OpenMedStack.Autofac.MassTransit.ActiveMq

This package defines the core implementations of the MassTransit ActiveMQ integration for message publication and consumption.

Usage

var activeMqChasis = Chassis.From(configuration)
    .UsingMassTransitOverActiveMq()
    .Build();
activeMqChasis.Start();
Product Compatible and additional computed target framework versions.
.NET 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
2.5.3 96 2026/8/21
2.5.2 109 2026/8/17
2.5.1 109 2026/7/30
2.5.0 112 2026/7/30
2.4.3 134 2026/6/5
2.4.2 131 2026/6/5
2.4.1 137 2026/4/23
2.4.0 145 2026/4/23
2.3.0 382 2024/6/15
2.2.0 332 2024/2/25
2.1.1 373 2023/11/18
2.1.0 239 2023/11/16
2.0.2 321 2023/9/4
2.0.0 336 2023/8/19
1.7.3 343 2023/8/1
1.7.2 334 2023/7/22
1.7.1 324 2023/7/20
1.7.0 391 2023/4/12
1.5.2 522 2022/12/8
Loading failed

Change target framework to net10.0.