Silverback is a simple but feature-rich message bus for .NET core (it currently supports Kafka, RabbitMQ and MQTT).
260
stars
39
forks
source link
Don't have the ability to set outbox health check properties #200
Closed
cookie-bytes closed 1 year ago
Hi With https://github.com/BEagle1984/silverback/blob/master/src/Silverback.Integration.HealthChecks/Messaging/HealthChecks/OutboxQueueHealthCheck.cs we don't seem to have the ability to set MaxQueueLength or MaxMessageAge. Are these missing parameters from the AddOutboxCheck method?
Thanks