Value | Description |
sag.type | The name of the event type. This is required when sending events into the apama.eventMap plug-in, unless the defaultEventType configuration property is set. For the apama.eventString plug-in, the event type name comes from the string form of the event itself. |
sag.channel | The name of the channel from which the event originated or to which it is to be delivered. This is optional for hostwards messages. Note: If the transport uses the same channel through its lifetime, it is recommended that you set the defaultChannel property in the configuration file, rather than setting the sag.channel for every message. See also
Host plug-ins and configuration. |
sag.messageId | The message identifier. This is used for reliable receiving (that is, in reliable messages going towards the host). The message identifier should be unique within the scope of the chain and deployment and during the lifetime of the application. Typically it will be generated by the message bus to which the connectivity plug-in transport is connected. See also
Using reliable transports. CAUTION: If you are using a codec to make the message identifier visible as an event field in EPL, it is important to copy the value from sag.messageId. Moving the value (and thus removing it from sag.messageId) will disrupt reliable receiving. |