<div>If you wanted to, the RabbitMQ team could subclass the AQMP error codes.� i.e. treat the AQMP number as the category, and then have a unique cause numbers underneath these.� </div><div>�</div><div>Is there any guidance on the site / in PDF on getting subscribers to reconnect + reponding to these events in a fault tolerant way?� I mean, I / we can evolve an approach, but if there was a starting point / code example, that would be really helpful.</div>
<div>�</div><div><div>btw: recently in debugging, I appreciated that using the same DeliveryTag twice generated an exception, but I&#39;m not sure that the channel should have automatically disconnected.  Just thought I&#39;d mention it.</div>
</div><div>�</div><div>thanks,</div><div>-Steven<br><br></div><div class="gmail_quote">On 6 February 2012 10:27, Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com">emile@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Hi Simone,<br>
<div class="im"><br>
On 03/02/12 23:54, Simone Busoli wrote:<br>
&gt; Hi, I&#39;m trying to figure out what values the ShutdownEventArgs.ReplyCode<br>
&gt; property can be assigned by the .NET client.<br>
<br>
</div>Thanks for your feedback. There is a relative scarcity of error codes.<br>
The AMQP specification only defines only a small number, which means<br>
that some codes have to be re-used. &quot;Precondition failed&quot; (406) is a<br>
good example of a code that is widely used, so the code alone does not<br>
identify a unique problem.<br>
<br>
The code in your example is &quot;Internal error&quot; (541). This code should be<br>
read as an error class and you need to inspect the error message for<br>
more detail.<br>
<br>
<br>
-Emile<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br>