Spring.Messaging.Amqp.Rabbit
DefaultResponseRoutingKey Property
See Also  Send Feedback
Spring.Messaging.Amqp.Rabbit.Listener.Adapter Namespace > MessageListenerAdapter Class : DefaultResponseRoutingKey Property
Sets the default routing key to use when sending response messages. This will be applied in case of a request message that does not carry a "ReplyTo" property. Response destinations are only relevant for listener methods that return result objects, which will be wrapped in a response message and sent to a response destination.

Syntax

C# 
public string DefaultResponseRoutingKey {set;}

Return Value

The default ReplyTo value.

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.