Skip to content

Ack is called even in case of AUTO_ACKNOWLEDGE #22

@NicoBiau

Description

@NicoBiau

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions