[rabbitmq-discuss] RabbitMQ .NET client: DeclareOK equivalent?
Emile Joubert
emile at rabbitmq.com
Tue Jul 19 15:05:12 BST 2011
Hi Valentin,
On 19/07/11 14:44, Valentin Bernard wrote:
> 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?
Unfortunately not without modifying the client library first. This is a
known weakness that we will address in a future version. The restriction
stems from some simplifying assumptions of the underlying code
generation framework, which work well in most cases. You could use a
different library or to wait until we update the .NET library.
-Emile
More information about the rabbitmq-discuss
mailing list