Name

service

XMS DSN Generator Service — Generates delivery status notifications

<service class="xms.dsn.XMSDSNGeneratorService" />

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

NameDescriptionTypeDefault ValueRequired
hostnameThe fully qualified hostname of this machineString any character combinationlocalhostno
targetThe name of the service to direct incoming messages toMessageSink Name of a Service that implements MessageSinknoneyes

Example 71. Example configuration for XMS DSN Generator Service

Required attributes are marked with a bold typeface

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