In a config.xml server configuration file, the <Properties> element contains configuration properties for the server itself: server properties. This element has <Property> child elements.
Example
<Properties>
<Property name="QUEUE_NAME" index="1" value="TestQueue"/>
<Property name="WAIT_TIMEOUT" index="1" value="100"/>
</Properties>
|
Child elements
The following table describes child elements for the <Properties> element:
Attributes
none
|
Child elements
none
Attributes
The following table describes attributes for the <Property> element:
|
See also
Server configuration
|