Name

service

XMS DSN Generator Service — XMS DSN Generator Service

<service/>

Name:service
Required by Parent Tag:No
Multiple Tag Instances supported:Yes

Table 91. Attributes for service tag (for xms.dsn.XMSDSNGeneratorService)

NameFriendly NameDescriptionTypeDefault ValueRequired
classClassThe class name the service manager loads. To load: XMS DSN Generator Service use: xms.dsn.XMSDSNGeneratorServiceClass Name A fully qualified class name for a class that is part of the java classpath.xms.dsn.XMSDSNGeneratorServiceYes
targetTargetThe name of the service to direct incoming messages to.String Any character combination is valid.noneYes
hostnameHost NameThe fully qualified hostname of this machineString Any character combination is valid.localhostNo

Example 63. Example configuration for XMS DSN Generator Service

Required attributes are marked with a bold typeface

<service class="xms.dsn.XMSDSNGeneratorService"
  target="target"
  hostname="localhost" />