Outgoing Message Definition
Outgoing message starts with message name, followed by whitespace, > character, and an endpoint name. Example below uses endpoint named “Ping” to execute message “Send”. Any data for the message can be added in children nodes.
Send >Ping {
TTL 4
}
If message contains no data, children nodes can be omitted.
Send >Ping
We can also add “Me” endpoint as a source.
Send Me>Ping
Alternatively, we can also define the same operation using reverse direction (“Me” is mandatory in that case).
Send Ping<Me
Message can also be sent without expecting a matching reply by using >> characters:
Send >>Ping
For more details about configuration, you can check details for each supported endpoint plugin: