Relative Content

Tag Archive for rabbitmqtimeoutmasstransitrouting-slip

Ensure that the MassTransit bus has started correctly and has all the defined consumers configured

I’m using MassTransit 8.0.15 with RabbitMQ in a .NET REST API. During startup, I configure several consumers and activities used within a routing slip. Occasionally, it happens that a queue (for activity-completed messages) has no consumer bound to it. When I restart the application, it binds correctly. It seems like a timeout issue or something similar. The problem is that my application starts, but some parts may not be properly configured, causing me to miss messages or preventing my routing slip from completing.