AirHelp / rabbit-amazon-forwarder

RabbitMQ forwader to Amazon services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code does not work with Transient Exchange

jasy999 opened this issue · comments

The code in consumer.go has exchange state hard-coded as durable. This prevents the code from connecting to transient exchanges.

hello @jasy999 , thank you for opening the issue. Transient is not possible as we make it work for most of the use cases without complicating the configuration. But if you need this feature, please open a PR and add some tests to it. You can also make more features configurable if you need: https://github.com/streadway/amqp/blob/e5adc2ada8b8efff032bf61173a233d143e9318e/_examples/simple-producer/producer.go#L54. Thank you.

@jasy999 - closing the issue as not activity nor response from your side for above 3 months. thank you