This class provides the structure for configuring one queue within a single messaging controller.
More...
|
override ConfigurationPropertyCollection | Properties [get] |
| Gets the collection of configuration properties for this configuration element. More...
|
|
string | Name [get, set] |
| Gets or sets the name of the queue (grouping for message isolation under the running instance). More...
|
|
MessageConfigElements | MessageConfigs [get, set] |
| Gets or sets the collection of message configurations for this queue. More...
|
|
bool | Synchronous [get, set] |
| Gets or sets the synchronous flag for this queue, which will force the controller to deal with the messages in order and one by one. More...
|
|
string | Description [get, set] |
| Gets or sets the synchronous flag for this queue, which will force the controller to deal with the messages in order and one by one. More...
|
|
This class provides the structure for configuring one queue within a single messaging controller.
◆ GetSchema()
System.Xml.Schema.XmlSchema Apac.Configuration.QueueConfigElement.GetSchema |
( |
| ) |
|
|
inline |
◆ ReadXml()
void Apac.Configuration.QueueConfigElement.ReadXml |
( |
System.Xml.XmlReader |
reader | ) |
|
|
inline |
Deserializes the object from XML.
- Parameters
-
reader | The object from which the data is read. |
◆ WriteXml()
void Apac.Configuration.QueueConfigElement.WriteXml |
( |
System.Xml.XmlWriter |
writer | ) |
|
|
inline |
Serializes the object to XML.
- Parameters
-
writer | The object to which the data is written. |
◆ Description
string Apac.Configuration.QueueConfigElement.Description |
|
getset |
Gets or sets the synchronous flag for this queue, which will force the controller to deal with the messages in order and one by one.
◆ MessageConfigs
Gets or sets the collection of message configurations for this queue.
◆ Name
string Apac.Configuration.QueueConfigElement.Name |
|
getset |
Gets or sets the name of the queue (grouping for message isolation under the running instance).
◆ Properties
override ConfigurationPropertyCollection Apac.Configuration.QueueConfigElement.Properties |
|
getprotected |
Gets the collection of configuration properties for this configuration element.
◆ Synchronous
bool Apac.Configuration.QueueConfigElement.Synchronous |
|
getset |
Gets or sets the synchronous flag for this queue, which will force the controller to deal with the messages in order and one by one.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Configuration/QueueConfigElement.cs