[rabbitmq-discuss] error: "Pipelining of requests forbidden" on C# client

Steven Taylor taylste at gmail.com
Wed Dec 15 16:29:47 GMT 2010


... it has only hapenned once so far.

On 15 December 2010 16:28, Steven Taylor <taylste at gmail.com> wrote:

> 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
>
>  NotSupportedException
>> s 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/e4827a67/attachment.htm>


More information about the rabbitmq-discuss mailing list