Replies: 3 comments 2 replies
-
I am not sure I understand your question... is there some part of the configuration you are in doubt about? |
Beta Was this translation helpful? Give feedback.
-
I would be also interested in how to, or whether it were possible to configure the health check in a web app. serviceCollection
.AddHealthChecks()
.AddRebus()
static IHealthCheckBuilder AddRebus(this IHealthCheckBuilder builder, string connStringOrAndOtherArgs)
{
....
// TODO what can be done?
return builder;
} In my case the transport is over RabbitMQ, but should be probably similar in any case |
Beta Was this translation helpful? Give feedback.
-
Doesn't there exist health check for Azure Service Bus / RabbitMQ / (...) that does what you need? |
Beta Was this translation helpful? Give feedback.
-
Guys, Have anyway to configure a healthCheck using Rebus configurations?
Beta Was this translation helpful? Give feedback.
All reactions