I see.
I am using it for a long running job. It could take hours or even days. If the "member of queue group" is lost for some reason, we want to have another member pickup the job. We are kind of achieving this by setting a relatively small `ackTimeout` (i am not sure why we are doing this....). So basically all msgs are re-delivered and checked if this is a redelivery msg and status of the job (stored in DB).
this is a misuse of acktimeout. Trying to figure out the correct way.
BTW we are using 0.9.6... yes this is an ancient version.