aboutsummaryrefslogtreecommitdiffstats
path: root/docs/protocol.rst
diff options
context:
space:
mode:
authorsideshowdave72017-01-04 13:09:53 -0700
committersideshowdave72017-01-04 13:09:53 -0700
commit80773b6bb6d1ab0c90f5122e1685f7a01265cf2c (patch)
treee5fc2a2605f067498422e4a8ddec852badcb899c /docs/protocol.rst
parentbd0936c94081b72553caa753323d37ed4fdb7012 (diff)
downloadeventmq-80773b6bb6d1ab0c90f5122e1685f7a01265cf2c.tar.gz
eventmq-80773b6bb6d1ab0c90f5122e1685f7a01265cf2c.zip
add publish documentation
Diffstat (limited to 'docs/protocol.rst')
-rw-r--r--docs/protocol.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/protocol.rst b/docs/protocol.rst
index 015f5fb..66b6829 100644
--- a/docs/protocol.rst
+++ b/docs/protocol.rst
@@ -205,6 +205,22 @@ FRAME Value Description
2053 _MSGID_ A unique id for the msg 2053 _MSGID_ A unique id for the msg
206====== ============== =========== 206====== ============== ===========
207 207
208eMQP / Publisher
209----------------
210A **PUBLISH** frame consists of a 6-frame multipart message, formatted as follows.
211
212====== ============== ===========
213FRAME Value Description
214====== ============== ===========
2150 _EMPTY_ leave empty
2161 eMQP/1.0 Protocol version
2172 PUBLISH command
2183 _MSGID_ A unique id for the msg
2194 TOPIC A topic to publish to
2205 MSG Message to be published
221====== ============== ===========
222
223
208Heartbeating 224Heartbeating
209------------ 225------------
210 * HEARTBEAT commands are valid at any time after an INFORM command. 226 * HEARTBEAT commands are valid at any time after an INFORM command.