Skip to main content
Version: 10.1

Server configuration: Properties element

In a config.xmlserver 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>

Properties element

Child elements

The following table describes child elements for the <Properties> element:

NameRequiredDescription
PropertyNo Defines a server property.

Attributes

none

Property element

Child elements

none

Attributes

The following table describes attributes for the <Property> element:

NameRequiredTypeDescription
nameYesStringThe name of a server property
indexYesIntegerThe index of a server property.  
valueYesStringThe value of a server property