Queue Security
The MSMQ ActiveX components supply support for security context information, which is available through properties and methods of the MSMQMessage and MSMQQueueInfo classes. Basic MSMQ queue security features are configured when the queue is created through MSMQQueueInfo object settings. Queues can be configured to accept only authenticated messages through the Authenticate property. Queues can be set as world readable during the IMSMQQueueInfo::Create() call enabling any application to receive messages from the queue, as opposed to just the owner. The QueueInfo object also supplies a Privacy Level property that allows queues to accept messages that are encrypted, unencrypted, or both.
The examples you have looked at create queues ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access