QueueAccessMode Enumeration
.NET Framework 4.5
Specifies the access mode for a MessageQueue at creation time.
Namespace: System.Messaging
Assembly: System.Messaging (in System.Messaging.dll)
| Member name | Description | |
|---|---|---|
| Send | The queue can only send messages. | |
| Peek | The queue can only peek at messages. | |
| Receive | The queue can peek at or receive messages. | |
| PeekAndAdmin | The queue can peek at messages. It can also be purged. | |
| ReceiveAndAdmin | The queue can receive messages. It can also be purged. | |
| SendAndReceive | The queue can peek at, receive, or send messages. |
When creating a MessageQueue, if no access mode is specified, the access mode defaults to QueueAccessMode.SendAndReceive.
Once the MessageQueue is created, the access mode cannot be changed.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.