NextGen Knowledge Center

Channel Writer

The Channel Writer is a connector that simply dispatches messages to other internal channels. This can be useful if you split your message workflow into multiple channels, where one sends to another. If no target channel is specified, the connector acts as a "sink" where no message dispatching is done. Note that a channel does not need to use a Channel Reader source for a Channel Writer to be able to send messages to it. The connector also has options to inject source map variables into the downstream message of the target channel.

Supported property groups:

ItemNameDefault ValueDescription
AChannel Id<None>The unique ID of the target channel to send messages to. This may be a hard-coded ID, or may be a Velocity Variable Replacement. Use the drop-down menu to the right to quickly select a particular channel. If <None> is selected, the destination will act as a "sink" where messages are not dispatched anywhere.
BMessage Metadata 

The map variables entered here will be included in the source map of the destination channel's message.

CTemplate${message.encodedData}The actual payload to send to the target channel. By default the encoded data of this destination will be used. Velocity Variable Replacement is supported here.