MSMQ Properties | MSBuild Extension Pack Help 4.0.12.0 |
The MSMQ type exposes the following members.
Properties
Name | Description | |
---|---|---|
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
|
|
Authenticated |
Set to try to create an Authenticated queueu. Default is false
|
|
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
|
|
Exists |
Gets whether the queue exists
|
|
Force |
Set to true to recreate a queue if it already exists
|
|
Label |
Sets the Label of the queue
|
|
MaximumJournalSize |
Sets the maximum journal size in kb.
|
|
MaximumQueueSize |
Sets the maximum queue size in kb.
|
|
Message |
Sets the Message to send to the queue
|
|
Path |
Sets the path of the queue. Required.
|
|
Privacy |
You can specify whether the queue accepts private (encrypted) messages, non-private (non-encrypted) messages, or both. Supports Optional (default), None, Both.
|
|
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
|
|
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
|
|
Transactional |
Set true to create a transactional queue; false to create a non-transactional queue. Default is false;
|
|
UseJournalQueue |
Set to true to use the journal queue
|
See Also