Distributed Command Configuration Parameters
The [DistributedCommandN]
sections contain settings for actions that Distributed Action Handler must send to all child servers. Each section specified the action, templates and parameters for one action. You must number the distributed command sections in consecutive order, starting from 0 (zero).
NOTE: You must set the DistributedCommands parameter in the [Server]
section to the number of distributed commands you set.
NOTE: If you want to use distributed commands in the DAH, you must configure and use XSL Templates. Set XSLTemplates
to true
in the [Server]
section. You can then set the Templates
parameter for each DistributedCommandN
section to use an XSL template. The IDOL Server installation for DAH includes a templates
directory, which contains some example templates.
For example:
[DistributedCommand0] Action=query Template=query_storedstatedetail.xsl RequiredParams=2 ParamName0=storestate ParamValue0=true ParamName1=storedstatedetail ParamValue1=true [DistributedCommand1] Action=queueinfo Template=queueinfo.xsl