Spring.Messaging.Amqp.Rabbit
HandleListenerException Method
See Also  Send Feedback
Spring.Messaging.Amqp.Rabbit.Listener Namespace > AbstractMessageListenerContainer Class : HandleListenerException Method
ex
The exception to handle
Handle the given exception that arose during listener execution.

Syntax

C# 
protected virtual void HandleListenerException( 
   Exception ex
)

Parameters

ex
The exception to handle

Remarks

The default implementation logs the exception at error level, not propagating it to the Rabbit provider - assuming that all handling of acknowledgement and/or transactions is done by this listener container. This can be overridden in subclasses.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.