MSMQ Queue Manager Properties

 

Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista

Message Queuing provides the following read-only properties for monitoring the queue manager running on the local computer.

These properties are specified in the MQQMPROPS structure, which is then provided as an In parameter for the MQGetMachineProperties API function.

Queue manager properties Description
PROPID_QM_CONNECTION Identifies the CN (MSMQ 1.0) or site list (MSMQ 2.0) of the computer.
PROPID_QM_ENCRYPTION_PK (Superseded by PROPID_QM_ENCRYPTION_PK_BASE.) Indicates the 40-bit public encryption key of the computer.
PROPID_QM_ENCRYPTION_PK_BASE (Introduced in MSMQ 2.0, supersedes PROPID_QM_ENCRYPTION_PK.) Indicates the 40-bit public encryption key of the computer.
PROPID_QM_ENCRYPTION_PK_ENHANCED (Introduced in MSMQ 2.0.) Indicates the 128-bit public encryption key of the computer.
PROPID_QM_MACHINE_ID Identifies the computer.
PROPID_QM_PATHNAME Specifies the path name of the computer.
PROPID_QM_PATHNAME_DNS (Introduced in MSMQ 2.0.) Indicates the DNS path name of the computer.
PROPID_QM_SITE_ID Identifies the site where the computer is located.

See Also

Message Queuing Properties
MQGetMachineProperties
MQQMPROPS