Relative Content

Tag Archive for activemq-artemisstomp

ActiveMQ Artemis (with Python/Stomp-py) – Nack not resulting in DLQ

I’m trying to setup a queue with a DLQ. From everything I understand online and all the examples I’ve it should be enough to cap the max-delivery-attempts in order for a messages to be send to it’s DLQ. The queue and address are configured as Anycast, other settings left as default.