Just validating since it is not clear from the docs: if an exception occurs in the callback associated with consume(), will Redis keep the message and the client can retry it, or will it consume it anyway and remove it from the queue?
Also, does this provide support for multiple clients? Can I have 3 servers processing in parallel different messages from the same Redid queue (whichever server gets each one first)?
Thanks!