List bindings for an exchange with rabbitmq java client API

蹲街弑〆低调 提交于 2019-12-24 12:08:16

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!