Spring.Messaging.Amqp.Rabbit
SendResponse Method
See Also  Send Feedback
Spring.Messaging.Amqp.Rabbit.Listener.Adapter Namespace > MessageListenerAdapter Class : SendResponse Method
channel
The channel to operate on.
replyTo
The replyto property to determine where to send a response.
message
The outgoing message about to be sent.
Sends the given response message to the given destination.

Syntax

C# 
protected virtual void SendResponse( 
   IModel channel,
   string replyTo,
   Message message
)

Parameters

channel
The channel to operate on.
replyTo
The replyto property to determine where to send a response.
message
The outgoing 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.