Spring.Messaging.Amqp.Rabbit
PostProcessResponse Method
See Also  Send Feedback
Spring.Messaging.Amqp.Rabbit.Listener.Adapter Namespace > MessageListenerAdapter Class : PostProcessResponse Method
request
The original incoming message.
response
The outgoing Rabbit message about to be sent.
Post-process the given response message before it will be sent. The default implementation sets the response's correlation id to the request message's correlation id.

Syntax

C# 
protected virtual void PostProcessResponse( 
   Message request,
   Message response
)

Parameters

request
The original incoming message.
response
The outgoing Rabbit message about to be sent.

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.