Describe the bug
Description
The management api is by default hosted at /api/, but a RabbitMQ server can be configured to use a path prefix like /my-prefix to the api is accessible at /my-prefix/api.
Expected behavior
When a RabbitMQ instance that uses a path prefix is configured configuring the topology on the broker should not fail.
Actual behavior
Creating bindings and querying queue and binding information fails.
Versions
Steps to reproduce
- Setup a RabbitMQ server with a path prefix
- Configure the endpoint to use this path prefix
- Launch it and have the installers run
Relevant log output
Additional Information
No response