Add deployment
This commit is contained in:
@@ -43,7 +43,7 @@ public class OutboxRelayService : BackgroundService
|
||||
EnableIdempotence = true,
|
||||
MessageSendMaxRetries = 3,
|
||||
RetryBackoffMs = 100
|
||||
}).Build();
|
||||
}.ApplySecurity(_options)).Build();
|
||||
|
||||
var factory = RabbitMqConnectionFactory.Create(_rabbitOpts);
|
||||
_rabbitConnection = factory.CreateConnection("outbox-relay");
|
||||
|
||||
Reference in New Issue
Block a user