rebus-org / Rebus.RabbitMq

:bus: RabbitMQ transport for Rebus
https://mookid.dk/category/rebus
Other
63 stars 44 forks source link

Extend optionsBuilder with RabbitMqExchangeOptionsBuilder #34

Closed hansehe closed 5 years ago

hansehe commented 5 years ago

It would be very convenient to be allowed to extend the exchange configuration. As with queues, it is possible to extend the queue configuration with RabbitMqQueueOptionsBuilder, so it should be possible to do the same with exchanges.

Thus, introducing RabbitMqExchangeOptionsBuilder

mookid8000 commented 5 years ago

Solved by #31