diff options
Diffstat (limited to 'docs/protocol.rst')
| -rw-r--r-- | docs/protocol.rst | 5 |
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 | |||
| 57 | 1 eMQP/1.0 Protocol version | 57 | 1 eMQP/1.0 Protocol version |
| 58 | 2 ACK command | 58 | 2 ACK command |
| 59 | 3 _MSGID_ A unique id for the msg | 59 | 3 _MSGID_ A unique id for the msg |
| 60 | 4 _MSGID_ The message id of the message this ACK is acknowledging | ||
| 60 | ====== ============== =========== | 61 | ====== ============== =========== |
| 61 | 62 | ||
| 62 | eMQP / Client | 63 | eMQP / Client |
| @@ -165,7 +166,7 @@ Below is a table which defines and describes the headers. | |||
| 165 | =============== ======= ======= ======= =========== | 166 | =============== ======= ======= ======= =========== |
| 166 | Header REQUEST PUBLISH Default Description | 167 | Header REQUEST PUBLISH Default Description |
| 167 | =============== ======= ======= ======= =========== | 168 | =============== ======= ======= ======= =========== |
| 168 | reply-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. | 169 | reply-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. |
| 169 | retry-count:# X 0 Retry a failed job this many times before accepting defeat. | 170 | retry-count:# X 0 Retry a failed job this many times before accepting defeat. |
| 170 | guarantee X False Ensure the job completes by letting someone else worry about a success reply. | 171 | guarantee X False Ensure the job completes by letting someone else worry about a success reply. |
| 171 | =============== ======= ======= ======= =========== | 172 | =============== ======= ======= ======= =========== |