Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to specify headers when binding queue to the exchange #17

Open
matino opened this issue Apr 25, 2017 · 0 comments
Open

Allow to specify headers when binding queue to the exchange #17

matino opened this issue Apr 25, 2017 · 0 comments
Labels
enhancement New feature or request plugin:input Issues affecting the Input Plugin

Comments

@matino
Copy link

matino commented Apr 25, 2017

Currently the queue can by bound to exchange, but only with the routing key:

def bind_exchange!
       .....
          @hare_info.queue.bind(@exchange, :routing_key => @key)
        end
      end

For headers exchange type it should be possible to provide headers for the binding instead.
See https://www.rabbitmq.com/tutorials/amqp-concepts.html "Headers exchange" for more details.

@yaauie yaauie transferred this issue from logstash-plugins/logstash-input-rabbitmq Nov 22, 2019
@yaauie yaauie added enhancement New feature or request plugin:input Issues affecting the Input Plugin labels Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin:input Issues affecting the Input Plugin
Projects
None yet
Development

No branches or pull requests

2 participants