Relative Content

Tag Archive for stompartemis

Artemis and stomp.py using client acknowledgment not behaving as expected

I can’t get the ack=’client’ to behave as expected. I think that a message consumed by the code below should nack it and send it to the DLQ. But no! The message just disappears. I guess that it is considered processed.If, on the other hand, I just throw an error, it does end up in the DLQ.