Byndyusoft.Net.RabbitMqConsumerTemplate
1.0.0
dotnet new install Byndyusoft.Net.RabbitMqConsumerTemplate::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.
.NET RabbitMQ consumer service template
What does it include?
Template includes:
- RabbitMQ package - Byndyusoft.Messaging.RabbitMq.
- Package for masking sensitive data in logs and traces - Byndyusoft.MaskedSerialization.
- Health checks using method /healthz.
- OpenTelemetry Tracing and Metrics.
Projects:
src
- RabbitMqConsumerTemplate - Consumer that handles incoming messages
- Contracts - Consumer integration contracts
tests
- UnitTests - Unit Tests
- IntegrationTests - Consumer Integration Tests
Install
dotnet new --install Byndyusoft.Net.RabbitMqConsumerTemplate
Template with bsrabbitconsumer name should appear in your project list
Create service
dotnet new bsrabbitconsumer -o <DIRECTORY_NAME>
Note: Service name will match to the directory name. Here you can see full list of available options.
Maintainers
github.maintain@byndyusoft.com
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.