NextGen Knowledge Center

Source Map Variables

When this connector sends a message to another channel, the following source map variables will be available on the downstream message:

KeyDescription
sourceChannelIdThe unique ID of the channel that dispatched a message to the current channel.
sourceMessageIdThe ID of the message from which the current message dispatch originated.
sourceChannelIdsIf there are more than two channels in a Channel Writer -> Reader chain, this will be a List containing the IDs of all channels in the chain.
sourceMessageIdsIf there are more than two channels in a Channel Writer -> Reader chain, this will be a List containing the IDs of all messages in the chain.