Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangedAcknowledger logs "SQSMessageID: xxx with SQSMessageReceiptHandle: xxx does not exist." when acknowledge SQSTextMessage #176

Open
IneverStop opened this issue Jan 18, 2023 · 2 comments

Comments

@IneverStop
Copy link

Hi Amazon!
I am using 1.0.0 version and JMS to receive SQSMessage:

    @JmsListener(destination = "xxx", containerFactory = "sqsContainerFactory")
    public void consumer(SQSTextMessage sqsTestMessage)
        throws JMSException {
        try {

        } catch (Exception var) {
        } finally {
            sqsTestMessage.acknowledge();
        }
    }

I have set sqsContainerFactory.sessionAcknowledgeMode to Session.CLIENT_ACKNOWLEDGE,
But always got warning like

2023-01-18 14:06:59.057  WARN 55524 --- [enerContainer-7] c.a.s.j.acknowledge.RangedAcknowledger   : SQSMessageID: 37b9d428-a5e2-4a39-af5e-40ebd4e4cb7b with SQSMessageReceiptHandle: AQEBFJ+bCDXdYlmz1jzmeRFjkI5CYL9wzEoUT3fcx/ECrujyaFHAIka/piHG6FlIFLxsUNoj8ZDpvw/WgQ6rOgZNbO2OP/Q8YxOgIrlleGzkjlWhfhevrCA3BPY0uhlRFvo05V35RHPKAntQ0SVPRnEPb9O+BaOcPlQvHSxr/0OkMQOO4VNh92FOnuIp8dueLKl+NmAdLyH2tRhB7o7Z9JKLQzZ1DgFbnJddseaajiWP+MYGt8Ma9PFA08rpdDNYluYAzRYJAWDq5QG2tzVEyEWcefIDs8Ru+9saQatiEOH6G23yvaM9Lw+HOhnza5y4+Od8XjRsUYcpGGq1cTtYePlHtUrBWQCthfpuBg36ewRB2beHVNa4eZEUSk8z8Z06on4dfZBBsqMunDNw5fblQ/5mijIqMmA7Q/GGE7a219n+dnbgwnF20Fz+1a/JRCe1/8eV does not exist.

I am not sure is this a problem or should i upgrade the sdk version?

@linyelai
Copy link

Brother, is your problem solved? I have the same problem

@IneverStop
Copy link
Author

Brother, is your problem solved? I have the same problem

我直接把这个日志去除了,似乎不影响消费和提交

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants