Message.ResponseQueue Property
Gets or sets the queue that receives application-generated response messages.
Namespace: System.Messaging
Assembly: System.Messaging (in System.Messaging.dll)
[MessagingDescriptionAttribute("MsgResponseQueue")] public MessageQueue ResponseQueue { get; set; }
Property Value
Type: System.Messaging.MessageQueueThe MessageQueue to which application-generated response messages are returned. The default is null.
| Exception | Condition |
|---|---|
| InvalidOperationException | The message queue is filtered to ignore the ResponseQueue property. |
The ResponseQueue property identifies the queue that receives application-generated response messages, which the receiving application returns to the sending application. The sending application specifies response queues when the application sends its messages. Any available queue can be specified as a response queue.
Messages returned to the response queue are application-specific. The application must define the contents of the messages as well as the action to take upon receipt of a message.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.