HMIS.Base.MessageQueue 1.0.4
HMIS.Base.MessageQueue
A Package for Message Queue for the HMIS sln that will be used in all the Modules.
Installation
Add Internal NuGet Package Source with the next steps:
- Open Visual Studio.
- Go to
Tools>Options. - Select
NuGet Package Manager>Package Sources. - Click the
+button to add a new package source. - Set the
Nameto e.g.HMISand theSourcetohttps://baget.ahbsdev.com/v3/index.json. - After that, click
OKto save the changes. - Then, you can install the package via the .NET CLI:
dotnet add package HMIS.Base.MessageQueue --source https://baget.ahbsdev.com/v3/index.json
Or via the NuGet Package Manager:
- Open the NuGet Package Manager in Visual Studio.
- Package Manager Console:
Install-Package HMIS.Base.MessageQueue -Source https://baget.ahbsdev.com/v3/index.json
Or via the NuGet Package Manager UI:
- Open the NuGet Package Manager in Visual Studio.
- Select the
HMISpackage source from the dropdown. - Search for
HMIS.Base.MessageQueue. - Click
Installto add the package to your project.
appsettings.json
"RabbitMQ": {
"Url": "localhost",
"User": "admin",
"Password": "admin",
"VirtualHost": "/"
}
No packages depend on HMIS.Base.MessageQueue.
.NET 9.0
- HMIS.Base.Utilities.Support (>= 1.0.0)
- EasyNetQ (>= 7.8.0)
- MassTransit (>= 8.5.4)
- MassTransit.RabbitMQ (>= 8.5.4)