简体   繁体   中英

RabbitMQ and Spring: how to get all subscriptions

I'm using RabbitMQ, Spring and SockJS. My app generatea many different messages and posts them to rabbitmq via stomp. This generation requires a lot of resources so I want to know is there any subscriptions to rabbitmq and what kind of subscription it is (I need to know routing keys of this subscriptions) to avoid generating unnecessary messages. Is there any possibilities to get this information from Spring or any Java client library?

You can find all the information using one or more of the following

有一个库可以从Rabbitmq http api https://github.com/rabbitmq/hop获取信息

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM