Search code examples
c#masstransitservicebus

Logging Prefetch value and Concurrent Message Limit value on startUp


I'm using Azure Service Bus, MassTransit library and I would like to log Prefetch and Concurrent Message Limit values on the startup.

What are the options to do that please?


Solution

  • MassTransit doesn't log anything of that nature on startup, but you can pull the configuration and log it yourself.