Name

service

XMS DSN Generator Service — Generates delivery status notifications

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

Table 81. 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 75. Example configuration for XMS DSN Generator Service

Required attributes are marked with a bold typeface

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