Is there a way in C# to do following
a) Connect to AMQ
b) Find All Queues
c) For each Queue, find the count of consumers and Id/Name of Consumer
d) For each Queue, find the count of produces and Id/Name of Producer
I have used NMS but it does not give me a way of finding Consumer count for a Queue or name of the consumer.
As you can see from the image, i have a queue and have 5 consumers connected to that queue. I need to be able to find the count and also the names.
Thanks, Zaeem