When configuring MassTransit there are a lot of moving parts. You can have multiple endpoints, middlewares, … that all impact your application.
To understand how your bus instance is wired together you can use the GetProbeResult method:
Before you can use the code above, you’ll need this small extension method:
More info: https://masstransit-project.com//troubleshooting/show-config.html