Ack acknowledges a message. This tells the server that the message was successfully processed and it can move on to the next message.
()
| 51 | // Ack acknowledges a message. This tells the server that the message was |
| 52 | // successfully processed and it can move on to the next message. |
| 53 | Ack() error |
| 54 | |
| 55 | // DoubleAck acknowledges a message and waits for ack reply from the server. |
| 56 | // While it impacts performance, it is useful for scenarios where |
no outgoing calls