[rabbitmq-discuss] RabbitMQ .NET client: DeclareOK equivalent?

Valentin Bernard vbernard42 at gmail.com
Tue Jul 19 14:44:32 BST 2011


Hi,

Is there any way, using the RabbitMQ .NET client library, to know how
many consumers are registered on a queue and how many messages are
pending? This information is available using the Java client library,
thanks to the  AMQP.Queue.DeclareOk class — or using the experimental
C client library, with the amqp_queue_declare_ok_t structure. However,
the .NET's queueDeclarePassive() method only returns a string.

Thank you.

Regards,

Valentin.


More information about the rabbitmq-discuss mailing list