The EJM control message has several required XML nodes with different options that can be formatted to suit the type of Message Center services and STAR/PACE events triggered for execution.
...
- EagleML/header/sendTo. Represents the name of MC stream into which the message is to be sent in the following format http://www.eagleinvsys.com/[stream name]. For instance, it should be http://www.eagleinvsys.com/eagle_ml-2-0_default_cm_control_message for one of the most frequently used streams eagle_ml-2-0_default_cm_control_message.
EagleML/taskIdentifier/correlationId. Unique command identification string.
Info | ||
---|---|---|
| ||
This node value should be changed every time the message is sent into the stream to provide its uniqueness, otherwise MC reports of duplicate correlationId. |
- EagleML/taskIdentifier/businessTaskId. Command title.
EagleML/taskParameters. In this section you customize various incoming parameters for current command in the following format:
Code Block language xml <taskParameter> <name>[parameter Name]</name> <dataType>[parameter type(S-string)]</dataType> <value>[parameter value]</value> </taskParameter>
...