MsmqIntegrationMessageProperty.AdministrationQueue Property

Definition

Gets or sets the queue that receives the acknowledgment messages that Message Queuing (MSMQ) generates.

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

Property Value

Uri

The queue that receives the acknowledgment messages that Message Queuing generates.

Remarks

The acknowledgment messages sent to the administration queue can indicate whether the original message reached its destination queue and whether it was removed from the queue.

Applies to