On 14 May 2015 at 01:17:19, Doyle Hunter (
doylel...@gmail.com) wrote:
> If I did that, I suppose I would need to set the listener IP address
> to 127.0.0.1 in the rabbitmq_management config file to keep
> the plugin from being seen remotely?
Yes, doing that makes sense.
> If I chose to try an Erlang code solution and submitted a pull request,
> is this a change that might be accepted? Or better yet, is it something
> that your team might consider implementing? Although I'd prefer
> this solution to the proxy option, I wouldn't want to have to keep
> applying a change to the base code every time a new version of RabbitMQ
> came out.
We would consider it but I personally have no idea how it should work.
Do you configure extra headers via config file? If so, what to do about "variables"?
This is a feature with quite a feature creep potential and our team is tiny.
I genuinely believe that if all you need is adding a few headers to every response,
using a proxy (whether it is IIS or something else) is the way to go.
That said, we're happy to hear how you'd approach it.