Create two variables, header and body in the
Default context group. Give the value
world to the body variable. The
header variable will receive its value propagated from
the Route. For more information about context setup, see
Using contexts and variables.
Double-click the tRouteInput
component to open its Basic settings
view in the Component tab.
Click [...] next to Edit Schema. In the schema dialog box, click
[+] to add two lines of String type and name them header
and body respectively. Click OK to close the dialog box.
In the Simple Expression field for
the header element, enter context.header to
use the variable header in the context group which will be
propagated from the Route.
In the same field for the body element, enter
context.body to use the variable body in
the context group as the message body.
The tLogRow component will monitor
the message exchanges and does not need any configuration.
Press Ctrl+S to save your Job.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!