datalust / seq-input-rabbitmq

A Seq custom input that pulls events from RabbitMQ
Other
7 stars 3 forks source link

Support RabbitMQ virtual hosts #3

Open guttley opened 4 years ago

guttley commented 4 years ago

On partitioned RabbitMQ instances, I need to be able to specify the virtual host of where the log queue resides. I've pulled the code and added the settings needed, but it seems that branching is disabled so I cannot submit a pull request?

nblumhardt commented 4 years ago

Thanks for the suggestion and offer of help, much appreciated.

To submit a PR it's usually necessary to use the "Fork" button (top right of the GitHub UI) and make the changes in your fork. Once you're happy with them, visiting the "Pull Requests" tab on this repository should pick up and suggest a PR with the right source repo and branch (your fork), but if not, you can use "New Pull Request" and choose your repository and branch to submit.

Hope this helps!

Nick