logstash-plugins / logstash-output-rabbitmq

Apache License 2.0
17 stars 37 forks source link

Support for multiple hosts #49

Open acchen97 opened 8 years ago

acchen97 commented 8 years ago

Support for specifying multiple hosts for a clustered/HA RabbitMQ deployment, i.e. an array of host values

Input request counterpart: https://github.com/logstash-plugins/logstash-input-rabbitmq/issues/77 Related to https://github.com/elastic/logstash/issues/2414

orinciog commented 8 years ago

Hi,

I ran into the same problem today. Currently we publish messages using logstash from a single input source to a single rabbitmq host, but it seems that a single connection can't handle the traffic, so we wanted to have multiple hosts to load balance the messages.

Unfortunately, right now it's not possible with the current version of rabbitmq output.

Thank you.