ptgoetz / storm-jms

Storm JMS Integration
Apache License 2.0
78 stars 66 forks source link

Ack is called even in case of AUTO_ACKNOWLEDGE #22

Open NicoBiau opened 9 years ago

NicoBiau commented 9 years ago

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