MSMQ Properties

MSBuild Extension Pack

MSMQ Properties MSBuild Extension Pack Help 4.0.12.0

The MSMQ type exposes the following members.

Properties

  Name Description
Public property Allow
An access-allowed entry that causes the new rights to be added to any existing rights the trustee has. Permission metadata supports: DeleteMessage, PeekMessage, WriteMessage, DeleteJournalMessage, SetQueueProperties, GetQueueProperties, DeleteQueue, GetQueuePermissions, ChangeQueuePermissions, TakeQueueOwnership, ReceiveMessage, ReceiveJournalMessage, GenericRead, GenericWrite, FullControl
Public property Authenticated
Set to try to create an Authenticated queueu. Default is false
Public property Deny
An access-denied entry that denies the specified rights in addition to any currently denied rights of the trustee. Permission metadata supports: DeleteMessage, PeekMessage, WriteMessage, DeleteJournalMessage, SetQueueProperties, GetQueueProperties, DeleteQueue, GetQueuePermissions, ChangeQueuePermissions, TakeQueueOwnership, ReceiveMessage, ReceiveJournalMessage, GenericRead, GenericWrite, FullControl
Public property Exists
Gets whether the queue exists
Public property Force
Set to true to recreate a queue if it already exists
Public property Label
Sets the Label of the queue
Public property MaximumJournalSize
Sets the maximum journal size in kb.
Public property MaximumQueueSize
Sets the maximum queue size in kb.
Public property Message
Sets the Message to send to the queue
Public property Path
Sets the path of the queue. Required.
Public property Privacy
You can specify whether the queue accepts private (encrypted) messages, non-private (non-encrypted) messages, or both. Supports Optional (default), None, Both.
Public property Revoke
An entry that removes all existing allowed or denied rights for the specified trustee. Permission metadata supports: DeleteMessage, PeekMessage, WriteMessage, DeleteJournalMessage, SetQueueProperties, GetQueueProperties, DeleteQueue, GetQueuePermissions, ChangeQueuePermissions, TakeQueueOwnership, ReceiveMessage, ReceiveJournalMessage, GenericRead, GenericWrite, FullControl
Public property Set
An access-allowed entry that is similar to Allow, except that the new entry allows only the specified rights. Using it discards any existing rights, including all existing access-denied entries for the trustee. Permission metadata supports: DeleteMessage, PeekMessage, WriteMessage, DeleteJournalMessage, SetQueueProperties, GetQueueProperties, DeleteQueue, GetQueuePermissions, ChangeQueuePermissions, TakeQueueOwnership, ReceiveMessage, ReceiveJournalMessage, GenericRead, GenericWrite, FullControl
Public property Transactional
Set true to create a transactional queue; false to create a non-transactional queue. Default is false;
Public property UseJournalQueue
Set to true to use the journal queue
Top
See Also

Reference