Click or drag to resize

MessageQueueTarget Properties

The MessageQueueTarget type exposes the following members.

Properties
  NameDescription
Public propertyCheckIfQueueExists
Gets or sets a value indicating whether to check if a queue exists before writing to it.
Public propertyCreateQueueIfNotExists
Gets or sets a value indicating whether to create the queue if it doesn't exists.
Public propertyEncoding
Gets or sets the encoding to be used when writing text to the queue.
Protected propertyIsInitialized
Gets a value indicating whether the target has been initialized.
(Inherited from Target.)
Public propertyLabel
Gets or sets the label to associate with each message.
Public propertyLayout
Gets or sets the layout used to format log messages.
(Inherited from TargetWithLayout.)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Target.)
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyQueue
Gets or sets the name of the queue to write to.
Public propertyRecoverable
Gets or sets a value indicating whether to use recoverable messages (with guaranteed delivery).
Public propertySingleTransaction
Gets or sets a value indicating whether sending to a transactional queue using single-transaction-style.
Protected propertySyncRoot
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.)
Public propertyUseXmlEncoding
Gets or sets a value indicating whether to use the XML format when serializing message.
Top
See Also