Skip to content

Fix constant requeue for get messages#21

Merged
dominikbraun merged 1 commit intodominikbraun:mainfrom
rantanevich:fix-ackmode-for-get-messages
Feb 16, 2022
Merged

Fix constant requeue for get messages#21
dominikbraun merged 1 commit intodominikbraun:mainfrom
rantanevich:fix-ackmode-for-get-messages

Conversation

@rantanevich
Copy link
Copy Markdown

All messages requeue in spite of requeue flag because requeue field has been removed from Management UI and ackmode is ack_requeue_true.

ackmode determines whether the messages will be removed from the queue. If ackmode is ack_requeue_true or reject_requeue_true they will be requeued - if ackmode is ack_requeue_false or reject_requeue_false they will be removed.

@dominikbraun dominikbraun self-requested a review February 16, 2022 09:50
Copy link
Copy Markdown
Owner

@dominikbraun dominikbraun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dominikbraun dominikbraun merged commit 451d871 into dominikbraun:main Feb 16, 2022
@dominikbraun
Copy link
Copy Markdown
Owner

This change has been released as v0.3.1.

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

Successfully merging this pull request may close these issues.

3 participants