<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
<pre wrap="">Hi all,

Any idea why I started to get the following error using the .NET client and RabbitMQ running on Windows?

RabbitMQ.Client.Exceptions.OperationInterruptedException: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=541, text="INTERNAL_ERROR", classId=0, methodId=0, cause=
   at RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation.GetReply()
   at RabbitMQ.Client.Impl.ModelBase.BasicGet(UInt16 ticket, String queue, Boolean noAck)

I've set the heartbeat to 0 and it worked well for a couple of days until today, when it started to yell at this.

My current code handle it by closing the connection and opening a new connection, model and ticket, but I still would rather not get this.

Thanks in advance,
Eran
</pre>
</body>
</html>