RabbitMQ 3 moved the management port number. It left the old one open,
with a redirect to the new port.
This module does not honour the redirects, and thus breaks when RabbitMQ
is upgraded.
For best compatibility, I think the module should honour the redirects.
I think this is as simple as doing:
push @{ $ua->requests_redirectable }, 'POST';