Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The format name of the queue is a string that is used to specify the queue.
**Note **If your application does not have MQSEC_GET_QUEUE_PROPERTIES access rights for the queue, an MQ_ERROR_ACCESS_DENIED error is returned to MSMQQueueInfo.Refresh.
To retrieve MSMQQueueInfo.FormatName
- Declare the MSMQQueueInfo variable for the queue.
- Obtain an MSMQQueueInfo object.
- (Optional) Call MSMQQueueInfo.Refresh if other applications may have changed the format name of the queue.
- Use MSMQQueueInfo.FormatName as needed.
See Also
MSMQ Application Development | MSMQ COM Support | Using the COM Components | MSMQ Security
Send Feedback on this topic to the authors