MsmqIntegrationMessageProperty.ResponseQueue Property

Definition

Gets or sets the queue that receives application-generated response messages.

public:
 property Uri ^ ResponseQueue { Uri ^ get(); void set(Uri ^ value); };
public Uri ResponseQueue { get; set; }
member this.ResponseQueue : Uri with get, set
Public Property ResponseQueue As Uri

Property Value

Uri

The URI for the queue that receives application-generated response messages.

Remarks

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.

Applies to