MessageQueue Class Properties
For a list of all members of this type, see MessageQueue members.
Public Properties
Name | Description | |
---|---|---|
![]() | AccessMode | Gets a value that indicates the access mode for the queue. |
![]() | Authenticate | Gets or sets a value that indicates whether the queue accepts only authenticated messages. |
![]() | BasePriority | Gets or sets the base priority Message Queuing uses to route a public queue's messages over the network. |
![]() | CanRead | Gets a value that indicates whether the MessageQueue can be read. |
![]() | CanWrite | Gets a value that indicates whether the MessageQueue can be written to. |
![]() | Category | Gets or sets the queue category. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | CreateTime | Gets the time and date that the queue was created in Message Queuing. |
![]() | DefaultPropertiesToSend | Gets or sets the message property values to be used by default when the application sends messages to the queue. |
![]() | DenySharedReceive | Gets or sets a value that indicates whether this MessageQueue has exclusive access to receive messages from the Message Queuing queue. |
![]() ![]() | EnableConnectionCache | Gets or sets a value that indicates whether a cache of connections will be maintained by the application. |
![]() | EncryptionRequired | Gets or sets a value that indicates whether the queue accepts only non-private (non-encrypted) messages. |
![]() | FormatName | Gets the unique queue name that Message Queuing generated at the time of the queue's creation. |
![]() | Formatter | Gets or sets the formatter used to serialize an object into or deserialize an object from the body of a message read from or written to the queue. |
![]() | Id | Gets the unique Message Queuing identifier of the queue. |
![]() | Label | Gets or sets the queue description. |
![]() | LastModifyTime | Gets the last time the properties of a queue were modified. |
![]() | MachineName | Gets or sets the name of the computer where the Message Queuing queue is located. |
![]() | MaximumJournalSize | Gets or sets the maximum size of the journal queue. |
![]() | MaximumQueueSize | Gets or sets the maximum size of the queue. |
![]() | MessageReadPropertyFilter | Gets or sets the property filter for receiving or peeking messages. |
![]() | MulticastAddress | Introduced in MSMQ 3.0. Gets or sets the multicast address associated with the queue. |
![]() | Path | Gets or sets the queue's path. Setting the Path causes the MessageQueue to point to a new queue. |
![]() | QueueName | Gets or sets the friendly name that identifies the queue. |
![]() | ReadHandle | Gets the native handle used to read messages from the message queue. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | SynchronizingObject | Gets or sets the object that marshals the event-handler call resulting from a ReceiveCompleted or PeekCompleted event. |
![]() | Transactional | Gets a value that indicates whether the queue accepts only transactions. |
![]() | UseJournalQueue | Gets or sets a value that indicates whether received messages are copied to the journal queue. |
![]() | WriteHandle | Gets the native handle used to send messages to the message queue. |
Protected Properties
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
See Also