Backend base classes.
Base class for backends.
Base class for received messages.
Acknowledge this message as being processed.,
This will remove the message from the queue.
Reject this message.
The message will be discarded by the server.
Reject this message and put it back on the queue.
You must not use this method as a means of selecting messages to process.