aboutsummaryrefslogtreecommitdiffstats
path: root/_sources/protocol.txt
diff options
context:
space:
mode:
Diffstat (limited to '_sources/protocol.txt')
-rw-r--r--_sources/protocol.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/_sources/protocol.txt b/_sources/protocol.txt
index c32501c..86491dc 100644
--- a/_sources/protocol.txt
+++ b/_sources/protocol.txt
@@ -57,6 +57,7 @@ FRAME Value Description
571 eMQP/1.0 Protocol version 571 eMQP/1.0 Protocol version
582 ACK command 582 ACK command
593 _MSGID_ A unique id for the msg 593 _MSGID_ A unique id for the msg
604 _MSGID_ The message id of the message this ACK is acknowledging
60====== ============== =========== 61====== ============== ===========
61 62
62eMQP / Client 63eMQP / Client
@@ -135,6 +136,7 @@ FRAME Value Description
1351 eMQP/1.0 Protocol version 1361 eMQP/1.0 Protocol version
1362 HEARTBEAT command 1372 HEARTBEAT command
1373 _MSGID_ A unique id for the msg 1383 _MSGID_ A unique id for the msg
1394 _UNIX_TS_ A unix timestamp
138====== ============== =========== 140====== ============== ===========
139 141
140A **DISCONNECT** frame consists of 142A **DISCONNECT** frame consists of
@@ -165,7 +167,7 @@ Below is a table which defines and describes the headers.
165=============== ======= ======= ======= =========== 167=============== ======= ======= ======= ===========
166Header REQUEST PUBLISH Default Description 168Header REQUEST PUBLISH Default Description
167=============== ======= ======= ======= =========== 169=============== ======= ======= ======= ===========
168reply-requested X False Once the job is finished, send a reply back with information from the job. If there is no information reply with a True value. 170reply-requested X False Once the job is finished, send a reply back with information from the job. If there is no information reply with a True value.
169retry-count:# X 0 Retry a failed job this many times before accepting defeat. 171retry-count:# X 0 Retry a failed job this many times before accepting defeat.
170guarantee X False Ensure the job completes by letting someone else worry about a success reply. 172guarantee X False Ensure the job completes by letting someone else worry about a success reply.
171=============== ======= ======= ======= =========== 173=============== ======= ======= ======= ===========