[rabbitmq-discuss] BasicReturn event question

Michael Klishin mklishin at gopivotal.com
Mon Oct 21 19:49:23 BST 2013


On 21 Oct 2013, at 22:23, ku3ia <demesg at gmail.com> wrote:

> But my question is can I catch exception
> in try-catch module? For example:
> 
> IConnection connection = ...
> IModel channel = ...
> channel.BasicReturn += BasicReturnVoid;

Returned messages are not considered to be exceptions, so they are implemented
as events you register handlers for in the .NET client.


MK





More information about the rabbitmq-discuss mailing list