diff options
Diffstat (limited to 'docs/protocol.rst')
| -rw-r--r-- | docs/protocol.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/protocol.rst b/docs/protocol.rst index 56b02dc..f7089ad 100644 --- a/docs/protocol.rst +++ b/docs/protocol.rst | |||
| @@ -104,6 +104,20 @@ FRAME Value Description | |||
| 104 | 6 _MSG_ The message to send | 104 | 6 _MSG_ The message to send |
| 105 | ====== ============== =========== | 105 | ====== ============== =========== |
| 106 | 106 | ||
| 107 | An **UNSCHEDULE** command consists of a 7-frame multipart message, formatted as follows. | ||
| 108 | |||
| 109 | ====== ============== =========== | ||
| 110 | FRAME Value Description | ||
| 111 | ====== ============== =========== | ||
| 112 | 0 _EMPTY_ leave empty | ||
| 113 | 1 eMQP/1.0 Protocol version | ||
| 114 | 2 UNSCHEDULE command | ||
| 115 | 3 _MSGID_ A unique id for the msg | ||
| 116 | 4 _TOPIC_NAME_ ignored for this command, broadcasted to all queues | ||
| 117 | 5 _HEADERS_ csv list of headers for this message | ||
| 118 | 6 _MSG_ The message to send | ||
| 119 | ====== ============== =========== | ||
| 120 | |||
| 107 | eMQP / Scheduler | 121 | eMQP / Scheduler |
| 108 | ---------------- | 122 | ---------------- |
| 109 | An **INFORM** command consists of a 6-frame multipart message, formatted as follows. | 123 | An **INFORM** command consists of a 6-frame multipart message, formatted as follows. |