Allow Only Authenticated Messages on Queues

When you create a queue, the default permission is that everyone can send messages to this queue. For tighter security, you can change the default security permissions for the queue. You can also specify properties for the queue when you create it. For example, you can specify to accept authenticated messages only.

Allowing only authenticated messages on queues

To allow only authenticated messages on queues

  1. Open Computer Management.

  2. In the console tree, right-click the queue.

    Where?

    • Computer Management/Services and Applications/Message Queuing/YourQueueFolder (such as Public Queues or Private Queues)/YourQueue
  3. Click Properties.

  4. On the General tab, select the Authenticated check box.

Additional considerations

  • To open Computer Management on Windows Vista®, click Start, right-click Computer, and then click Manage.

  • To open Computer Management on Windows Server® 2008, click Start, point to Programs, point to Administrative Tools, and then click Computer Management.

  • To accept any messages on the queue, clear the Authenticated check box.

Additional references