issues
search
giraffi
/
fluent-plugin-amqp
Use AMQP broker to send or receive messages via FluentD
MIT License
15
stars
31
forks
source link
Feature/16 - Implement Automatic queue binding to exchanges
#18
Closed
warmfusion
closed
8 years ago
warmfusion
commented
8 years ago
A few changes snuck in here;
Added automatic binding of queues (Fixes #16)
Default tries to bind to
#
which is a catch-all on direct queues, but the
key
parameter can override that routing
Removed use of threads in the input plugin - its not required and suppresses errors from view
Replaced the Dockerfile with docker-compose.yml which is much faster to rebuild and allows for testing of both input and output plugins with ease.
sawanoboly
commented
8 years ago
Thanks!
sawanoboly
commented
8 years ago
released as v0.7.1 .
A few changes snuck in here;
#
which is a catch-all on direct queues, but thekey
parameter can override that routing