Properties element

Previous Next

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>

 

 

collapseProperties element
collapseProperty element

 

See also

Server configuration