We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
现象: Simple Consumer 消费FIFO队列时,未对前一条消息执行确认(ack)的情形下,可以接收并确认下一条消息。 这似乎违反了FIFO语义,请问是否为Bug。
操作步骤:
receive()
ack()
ack(B)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现象: Simple Consumer 消费FIFO队列时,未对前一条消息执行确认(ack)的情形下,可以接收并确认下一条消息。
这似乎违反了FIFO语义,请问是否为Bug。
操作步骤:
receive()
方法接收FIFO队列消息ack()
)ack(B)
)成功The text was updated successfully, but these errors were encountered: