I am using MassTransit with RabbitMQ. It works just fine. However, I noticed that in RabbitMQ, for every Interface that the published message is implementing, an exchange will be created. This is not necessary and just clutters the RabbitMQ exchanges.
So, my question is: How do I avoid the creation of exchanges for these interfaces? Is there some attribute that can take care of this?