The AMQP service allows the recipient to track the continuity of the relation. By means of messages of the "event_keep_alive" type, it is possible to react quickly to any problems with data transmission. Event_keep_alive messages are sent to ensure connectivity of a feed. This information should also be used by a receiver of the feed to monitor the feed status.
...
.message | |
---|---|
id | Integer value = -1 |
uuid | Universally unique identifier |
type | event_keep_alive |
source | Internal attribute |
ut | Information about the date and time of when the message was created. Format UNIX_TIMESTAMP |
..data | |
...event_keep_alive | |
event_id | integer value, Identifier of the event. |
clock_time | Period time, counted from 0 for each game period. Possible values:
|
clock_status | Possible values:
|
Note |
---|
We highly recommend using event_keep_alive message type as a tool to prevent potential losses caused by unforeseen technical problems. |