pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
746 stars 144 forks source link

How to make use of plugins with custom ExchangeType name e.g. https://github.com/rabbitmq/rabbitmq-lvc-exchange #312

Closed Ankurkh1 closed 6 years ago

Ankurkh1 commented 6 years ago

Hi,

Is it possible to make use of plugins with custom ExchangeType name. I see that ExchangeType is an enum, whereas, in native RabbitMQ .net client it is class with const strings. Any help will be highly appreciated. Thanks