MessageQueueInstaller Class Properties
For a list of all members of this type, see MessageQueueInstaller members.
Public Properties
Name | Description | |
---|---|---|
![]() | Authenticate | Gets or sets a value that indicates whether the queue to be installed accepts only authenticated messages. |
![]() | BasePriority | Gets or sets the base priority that is used to route a public queue's messages over the network. |
![]() | Category | Gets or sets an implementation-specific queue type. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Context | (Inherited from System.Configuration.Install.Installer) |
![]() | EncryptionRequired | Gets or sets a value that indicates whether the queue accepts only private, or encrypted, messages. |
![]() | HelpText | (Inherited from System.Configuration.Install.Installer) |
![]() | Installers | (Inherited from System.Configuration.Install.Installer) |
![]() | Label | Gets or sets a description of the queue. |
![]() | MaximumJournalSize | Gets or sets the maximum size of the journal that is associated with the queue. |
![]() | MaximumQueueSize | Gets or sets the maximum size of the queue. |
![]() | MulticastAddress | Introduced in MSMQ 3.0. Gets or sets the multicast address associated with the queue. |
![]() | Parent | (Inherited from System.Configuration.Install.Installer) |
![]() | Path | Gets or sets the location of the queue that is referenced by this object. |
![]() | Permissions | Gets or sets permissions associated with the queue. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Transactional | Gets or sets a value that indicates whether the queue accepts only messages sent as part of a transaction. |
![]() | UninstallAction | Gets or sets a value that indicates what the installer does with the queue at uninstall time: remove it, restore it to its pre-installation state, or leave it in its current installed state. |
![]() | UseJournalQueue | Gets or sets a value that indicates whether messages that are retrieved from the queue are also copied to the associated journal 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