aboutsummaryrefslogtreecommitdiffstats
path: root/docs/protocol.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/protocol.rst')
-rw-r--r--docs/protocol.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/protocol.rst b/docs/protocol.rst
index c32501c..72ab361 100644
--- a/docs/protocol.rst
+++ b/docs/protocol.rst
@@ -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
@@ -165,7 +166,7 @@ Below is a table which defines and describes the headers.
165=============== ======= ======= ======= =========== 166=============== ======= ======= ======= ===========
166Header REQUEST PUBLISH Default Description 167Header REQUEST PUBLISH Default Description
167=============== ======= ======= ======= =========== 168=============== ======= ======= ======= ===========
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. 169reply-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. 170retry-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. 171guarantee X False Ensure the job completes by letting someone else worry about a success reply.
171=============== ======= ======= ======= =========== 172=============== ======= ======= ======= ===========