aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/protocol.rst14
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
1046 _MSG_ The message to send 1046 _MSG_ The message to send
105====== ============== =========== 105====== ============== ===========
106 106
107An **UNSCHEDULE** command consists of a 7-frame multipart message, formatted as follows.
108
109====== ============== ===========
110FRAME Value Description
111====== ============== ===========
1120 _EMPTY_ leave empty
1131 eMQP/1.0 Protocol version
1142 UNSCHEDULE command
1153 _MSGID_ A unique id for the msg
1164 _TOPIC_NAME_ ignored for this command, broadcasted to all queues
1175 _HEADERS_ csv list of headers for this message
1186 _MSG_ The message to send
119====== ============== ===========
120
107eMQP / Scheduler 121eMQP / Scheduler
108---------------- 122----------------
109An **INFORM** command consists of a 6-frame multipart message, formatted as follows. 123An **INFORM** command consists of a 6-frame multipart message, formatted as follows.