Re: messages not moved to DLQ

2023-09-13 Thread Andreas Lanzl
rec.acknowledge(); System.out.println(rec.getStringProperty("text")); session.rollback(); } Justin On Wed, Sep 13, 2023 at 4:01 AM Andreas Lanzl wrote: > Hi all. > > I'm trying to test the DLQ function in artemis V 2.30.0 but i can't get it > working. My se

messages not moved to DLQ

2023-09-13 Thread Andreas Lanzl
Hi all. I'm trying to test the DLQ function in artemis V 2.30.0 but i can't get it working. My setup is like so: running artemis inside docker container with default configuration. According to the docs the max-delivery-attempts is by default 10. below is a little test programm written in java