Configuration Property | Description |
subscribeChannels | Optional. Defines the channel or channels to which the chain subscribes in order to receive events from the correlator. subscribeChannels is only recommended for chains defined as startChains. Dynamic chains will have their channel subscription specified either from EPL or by the chain manager which will override any setting in the configuration file. To send an event to a chain from EPL, use the EPL send statement with the name of a channel to which the chain has subscribed. Type of configuration: string or list of strings. Default: the chain name. |
defaultChannel | Optional. Defines the default channel to deliver events from the transport to the correlator from the chain. Some chain managers provide a value for defaultChannel. It is not permitted to specify defaultChannel for chains used by such chain managers. It is recommended only for chains defined as startChains or which you intend to create from EPL. Chains can also specify a channel name in the metadata of each message. A channel provided in metadata takes precedence over this configuration value. Type of configuration: string. Default: the default channel is an empty string (""), thus delivering the event to all public contexts. |
suppressLoopback | Optional. If set to true, any events which will be received by this chain will not also be sent to contexts subscribed to the same channel. It is assumed that this receiver may send the events back into the correlator to be received by subscribed contexts. This is typically used when this chain is connected to a message bus. Any other external receivers are unaffected. Type of configuration: boolean. Default: false. |
description | Optional. A textual description which will appear in the Management interface (see also
Using the Management interface). |
remoteAddress | Optional. A textual address for the remote component (if any) to which this chain connects. This address will also appear in the Management interface. |