[rabbitmq-discuss] error: "Pipelining of requests forbidden" on C# client
Steven Taylor
taylste at gmail.com
Wed Dec 15 16:28:30 GMT 2010
Hi,
Got this error: "Pipelining of requests forbidden"
Found a reference in the documentation (see below). As part of the "I
assert queue exists" logic, I was (re-)declaring the exhange. Is that
wrong?
Could it be a threading issue?
http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v1.5.0/rabbitmq-dotnet-client-1.5.0-user-guide.pdf
NotSupportedExceptions being thrown from a method in class
> RpcContinuationQueue
>
> complaining about "Pipelining of requests forbidden" (which occurs in
> situations where
>
> more than one AMQP RPC, such as ExchangeDeclare, is run simultaneously).
>
Offending Line:
BasicGetResult msg=ch.BasicGet(QueueNme,false);
thanks,
-Steven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20101215/2f8985a3/attachment.htm>
More information about the rabbitmq-discuss
mailing list