aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorsideshowdave72016-01-15 09:49:06 -0700
committersideshowdave72016-01-15 09:49:06 -0700
commitfc14e729bfe563ff736741805e2e859539bec981 (patch)
tree2d6111405867a9712eb40b3a1cbc7abaa0e5903a /docs
parenteaaf2b2daf20f560f351cd18cdfd0621e65d18cc (diff)
downloadeventmq-fc14e729bfe563ff736741805e2e859539bec981.tar.gz
eventmq-fc14e729bfe563ff736741805e2e859539bec981.zip
Add unschedule command to protocol.rst
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.