EspSubscriber Configuration

The ESP Subscriber module obtains data from an ESP project and passes it along to a transporter or formatter module. Specify values for the EspSubscriber module in the adapter configuration file. Specify this module for an output adapter only.

XML Element Description
ProjectName

Type: string

(Required if running adapter in standalone mode; optional if running in managed mode) Specifies the unique project tag of the ESP project to which the adapter is connected. For example, EspProject2.

This is the same project tag that you specify later in the adapter configuration file in the Name element within the Event Stream Processor (EspProjects) element.

If you are starting the adapter with the ESP project to which it is attached (running the adapter in managed mode), you do not need to set this element as the adapter automatically detects the project name.

StreamName

Type: string

(Required if running adapter in standalone mode; optional if running in managed mode) Name of the ESP stream from which the adapter subscribes to data.

If you are starting the adapter with the ESP project to which it is attached (running the adapter in managed mode), you do not need to set this element as the adapter automatically detects the stream name.

Related tasks
Configuring a New Adapter
Related reference
EspMultiStreamSubscriber Configuration
EspPublisher Configuration
EspMultiStreamPublisher Configuration
Event Stream Processor Configuration