mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.4k stars 531 forks source link

add config to make binding the queue optional for AMQPInput #1915

Closed burnsed closed 8 years ago

burnsed commented 8 years ago

Not all RabbitMQ exchanges require the the consumer to bind to a specific queue. This change adds an option to disable the binding operation. The default preserves existing behavior.

We've been using this change in production for a few months with much success. Thanks!