giraffi / fluent-plugin-amqp

Use AMQP broker to send or receive messages via FluentD
MIT License
15 stars 31 forks source link

Ability to publish to queues #55

Open maxpain opened 6 years ago

maxpain commented 6 years ago

Hi. It will be cool if this plugin creates durable queue for every container and push logs to it.

warmfusion commented 6 years ago

I'm not sure what you mean; Are you interested in having a matcher configuration that allows you to write to a queue directly rather than an exchange? What's the use case for this?

You could implement a similar behavior using a topic or header based exchange that everything writes onto but is then filtered out to dedicated queues using a binding or routing key for instance?