I am new to rabbitmq and I know how to get the list of consumers (using http management listConsumers) but I don't know how I can find the list of producers/publishers. I tried to extract it from the connections or queues list but I couldn't find the publisher name there too. So as the question says, how can I get the list of all producers/publishers?
Comments
Post a Comment