Distributor Element (ADF)

Provides a location for defining information about one of the distributors used by this application.

Syntax

<Distributors>
    <Distributor>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Required once or more per Distributors element.

Updates

Can be added and deleted using when updating the application.

Element Relationships

Relationship Elements

Parent element

Distributors Element (ADF)

Child elements

SystemName Element for Distributor (ADF)

ThreadPoolSize Element for Distributor (ADF)

QuantumDuration Element for Distributor (ADF)

Remarks

An application can have one distributor on a server. You can define multiple distributors if the SystemName value for each distributor is unique.

Having multiple distributors on a server does not increase distributor performance. If you define multiple distributors for a single server in the application definition file (ADF), Notification Services fails when you create or update the application.

Example

The following example shows the Distributor elements. The distributor is on the server CPANDL, uses a single thread, and uses a distributor quantum period of 30 seconds.

<Distributor>
    <SystemName>CPANDL</SystemName>
    <ThreadPoolSize>1</ThreadPoolSize>
    <QuantumDuration>P0DT00H00M30S</QuantumDuration>
</Distributor>

See Also

Reference

Application Definition File Reference

Other Resources

Specifying Distributor Settings

Help and Information

Getting SQL Server 2005 Assistance