问题
I can't seem to find any information in the documentation so I was wondering if it was somehow possible to get all the bindings related to an exchange using the java RabbitMQ API.
I'm looking for something like the http api result when querying /api/bindings.
回答1:
/api/definitions is the API endpoint to get list of definitions including exchanges, queues, bindings, users, virtual hosts, permissions and parameters.
ref:https://pulse.mozilla.org/api/
来源:https://stackoverflow.com/questions/28988440/list-bindings-for-an-exchange-with-rabbitmq-java-client-api