This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You're setting up a RabbitMQ message channel. You want to distribute all messages to all the subscribers without any filters. What kind of exchange should you create?
Direct
Topic
Fanout
You add a RabbitMQ container in your app host project and pass it to a consuming project. In the consumer, how can you obtain a connection to the RabbitMQ service?
Call the AddRabbitMQClient() method and then use dependency injection.
Call the AddRabbitMQ() method.
Call the CreateModel() method.
You must answer all questions before checking your work.
Was this page helpful?