Hello,
Even in my code I set
queueSpout.setJmsAcknowledgeMode(Session.AUTO_ACKNOWLEDGE);
I can see in my logs the following WARNING
b.s.c.j.s.JmsSpout [WARN] Couldn't acknowledge unknown JMS message ID .....
In the JmsSpout class , I can see that "ack" should not be called in case of AUTO_ACKNOWLEDGE.
Hello, Even in my code I set queueSpout.setJmsAcknowledgeMode(Session.AUTO_ACKNOWLEDGE); I can see in my logs the following WARNING b.s.c.j.s.JmsSpout [WARN] Couldn't acknowledge unknown JMS message ID .....
In the JmsSpout class , I can see that "ack" should not be called in case of AUTO_ACKNOWLEDGE.
So what is the problem ? Tks a lot Nicolas