Edit

Share via


DefaultPropertiesToSend.AdministrationQueue Property

Definition

Gets or sets the queue that receives acknowledgement messages generated by Message Queuing.

[System.Messaging.MessagingDescription("MsgAdministrationQueue")]
public System.Messaging.MessageQueue AdministrationQueue { get; set; }

Property Value

The MessageQueue that specifies the administration queue used for system-generated acknowledgment messages. The default is null.

Attributes

Remarks

The queue specified in the AdministrationQueue property can be any non-transactional queue. The acknowledgment messages sent to the administration queue can indicate whether or not the original message reached its destination queue, and whether or not it was removed from the queue.

When the AcknowledgeType property has any value other than None, the sending application must specify the queue to be used as the administration queue.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also