MessageQueueTarget Properties |
The MessageQueueTarget type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckIfQueueExists |
Gets or sets a value indicating whether to check if a queue exists before writing to it.
| |
| CreateQueueIfNotExists |
Gets or sets a value indicating whether to create the queue if it doesn't exists.
| |
| Encoding |
Gets or sets the encoding to be used when writing text to the queue.
| |
| IsInitialized |
Gets a value indicating whether the target has been initialized.
(Inherited from Target.) | |
| Label |
Gets or sets the label to associate with each message.
| |
| Layout |
Gets or sets the layout used to format log messages.
(Inherited from TargetWithLayout.) | |
| LoggingConfiguration |
Gets the logging configuration this target is part of.
(Inherited from Target.) | |
| Name |
Gets or sets the name of the target.
(Inherited from Target.) | |
| Queue |
Gets or sets the name of the queue to write to.
| |
| Recoverable |
Gets or sets a value indicating whether to use recoverable messages (with guaranteed delivery).
| |
| SingleTransaction |
Gets or sets a value indicating whether sending to a transactional queue using single-transaction-style.
| |
| SyncRoot |
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.) | |
| UseXmlEncoding |
Gets or sets a value indicating whether to use the XML format when serializing message.
|