InProgress tells the server that this message is being worked on. It resets the redelivery timer on the server.
()
| 72 | // InProgress tells the server that this message is being worked on. It |
| 73 | // resets the redelivery timer on the server. |
| 74 | InProgress() error |
| 75 | |
| 76 | // Term tells the server to not redeliver this message, regardless of |
| 77 | // the value of MaxDeliver. |
no outgoing calls