aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjason2016-01-04 18:36:19 -0700
committerjason2016-01-04 18:36:19 -0700
commita5766dfd9e40756ad7ae68c2a67009779abc6efb (patch)
tree5b5f224e7b2d0e7976f2e1845fc4b80cc9a88abc /docs
parentbd9af73ba475ea9a4184f1311f6f4cc1070a6b39 (diff)
downloadeventmq-a5766dfd9e40756ad7ae68c2a67009779abc6efb.tar.gz
eventmq-a5766dfd9e40756ad7ae68c2a67009779abc6efb.zip
add headers to SCHEDULE command
Diffstat (limited to 'docs')
-rw-r--r--docs/protocol.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/protocol.rst b/docs/protocol.rst
index a0ab6be..56b02dc 100644
--- a/docs/protocol.rst
+++ b/docs/protocol.rst
@@ -86,7 +86,7 @@ FRAME Value Description
862 PUBLISH command 862 PUBLISH command
873 _MSGID_ A unique id for the msg 873 _MSGID_ A unique id for the msg
884 _TOPIC_NAME_ the name of the queue the worker belongs to 884 _TOPIC_NAME_ the name of the queue the worker belongs to
895 _HEADERS_ dictionary of headers. can be an empty set 895 _HEADERS_ csv list of headers
906 _MSG_ The message to send 906 _MSG_ The message to send
91====== ============== =========== 91====== ============== ===========
92 92
@@ -99,8 +99,9 @@ FRAME Value Description
991 eMQP/1.0 Protocol version 991 eMQP/1.0 Protocol version
1002 SCHEDULE command 1002 SCHEDULE command
1013 _MSGID_ A unique id for the msg 1013 _MSGID_ A unique id for the msg
1024 _QUEUE_NAME_ csv seperated names of queue the worker belongs to 1024 _TOPIC_NAME_ name of queue that the job should run in
1035 _MSG_ The message to send 1035 _HEADERS_ csv list of headers for this message
1046 _MSG_ The message to send
104====== ============== =========== 105====== ============== ===========
105 106
106eMQP / Scheduler 107eMQP / Scheduler