I have simple setup where in i have pulasr consumer subscribing to a topic with DLQ of maxredelivery count= 2 on shared subscription type.
So when the message is consumed we send the message via websocket to get a ack, but since the message is to big the websocket closes the subscribed consumer and reconnects and creates the same consumer subscriber again.
So i see the redelivery count from broker keep on increasing infinitly even when maxredelivery count is set to 2.
I browsered a lot on this problem with could not find anything