MsmqIntegrationMessageProperty.AdministrationQueue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.