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 ...

Get COM+ Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.