From fc14e729bfe563ff736741805e2e859539bec981 Mon Sep 17 00:00:00 2001 From: sideshowdave7 Date: Fri, 15 Jan 2016 09:49:06 -0700 Subject: Add unschedule command to protocol.rst --- docs/protocol.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') 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 6 _MSG_ The message to send ====== ============== =========== +An **UNSCHEDULE** command consists of a 7-frame multipart message, formatted as follows. + +====== ============== =========== +FRAME Value Description +====== ============== =========== +0 _EMPTY_ leave empty +1 eMQP/1.0 Protocol version +2 UNSCHEDULE command +3 _MSGID_ A unique id for the msg +4 _TOPIC_NAME_ ignored for this command, broadcasted to all queues +5 _HEADERS_ csv list of headers for this message +6 _MSG_ The message to send +====== ============== =========== + eMQP / Scheduler ---------------- An **INFORM** command consists of a 6-frame multipart message, formatted as follows. -- cgit v1.2.1