We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the queue can by bound to exchange, but only with the routing key:
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.
The text was updated successfully, but these errors were encountered: