MassTransit
Installation
dotnet add package Dosaic.Plugins.Messaging.MassTransit<PackageReference Include="Dosaic.Plugins.Messaging.MassTransit" Version="" />Appsettings.yml
messageBus:
host: localhost
port: 5672
vhost: /
username: rabbitmq
password: rabbitmq
useRetry: false
maxRetryCount: 3
retryDelaySeconds: 30
maxRedeliveryCount: 3
redeliveryDelaySeconds: 30Usage
Last updated