Check that MassTransit enpoints are reachable -
we're use masstransit rabbitmq. there way check endpoints aren't available berore publish messages? want setup our ioc use strategy if servicebus isn't available , don't want point when i'll catch rabbitmq.client.exceptions.brockerunreachableexception
on publishing messages.
not currently, can submit issue requesting feature: https://github.com/masstransit/masstransit/issues. it's not trivial implement, maybe not impossible.
a couple of other options people have done include remote cluster or having local instance forward/cluster across machines included in bus.
Comments
Post a Comment