pardahlman / RawRabbit

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

Delay exchange #418

Closed aspramsh closed 4 years ago

aspramsh commented 4 years ago

Is there a way to declare an exchange with this type: "x-delayed-message". I am using the code from this issue https://github.com/pardahlman/RawRabbit/issues/223. But it does not work. There is no way to set the exchange type to x-delay-message.

aspramsh commented 4 years ago

Found a solution by using RawRabbit.Operations.Tools package.