BEagle1984 / silverback

Silverback is a simple but feature-rich message bus for .NET core (it currently supports Kafka, RabbitMQ and MQTT).
https://silverback-messaging.net
MIT License
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

cookie-bytes commented 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

cookie-bytes commented 1 year ago

They are public static variables so we can set them.