telegraf/outputs/amqp
Eugene Dementiev aecb62a2f0 AMQP output plugin typo fixes and added README and RoutingTag 2015-09-16 03:25:56 +03:00
..
README.md AMQP output plugin typo fixes and added README and RoutingTag 2015-09-16 03:25:56 +03:00
amqp.go AMQP output plugin typo fixes and added README and RoutingTag 2015-09-16 03:25:56 +03:00
amqp_test.go AMQP output plugin typo fixes and added README and RoutingTag 2015-09-16 03:25:56 +03:00

README.md

AMQP Output Plugin

This plugin writes to a AMQP exchange using tag, defined in configuration file as RoutingTag, as a routing key.

If RoutingTag is empty, then empty routing key will be used.

This plugin doesn't bind exchange to a queue, so it should be done by consumer.