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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.