nexylan / graylog-rabbitmq

MIT License
6 stars 5 forks source link

Exchanges & vhosts #12

Closed mjtice closed 4 years ago

mjtice commented 4 years ago

Hi, I'm looking at this plugin and it looks like it connects to the default vhost and publishes directly to a queue.

I was thinking about creating a PR that includes the vhost and an exchange - but before I do that I was wondering if there was a specific reason this wasn't added?

henri9813 commented 4 years ago

Hello,

Thanks for your contribution.

This was not handled because in our main goal, our rabbitmq has only one VHOST ( dedicated rabbitmq ).

We don't use Vhost at all.

Howewer, if you want, you can purpose your solution, it will be appreciated ! :-)

Best regards;

mjtice commented 4 years ago

Sounds good. I created https://github.com/nexylan/graylog-rabbitmq/pull/13