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

ARTEMIS-2986 deleting scheduled messages not permanent #437

Merged
merged 1 commit into from Jan 7, 2021
Merged

ARTEMIS-2986 deleting scheduled messages not permanent #437

merged 1 commit into from Jan 7, 2021

Conversation

brusdev
Copy link
Contributor

@brusdev brusdev commented Jan 7, 2021

When deleting a durable scheduled message via the management API the
message would be removed from memory but it wouldn't be removed from
storage so when the broker restarted the message would reappear.

This commit fixes that by acking the message during the delete
operation.

(cherry picked from commit 4bb9ed2)

downstream: ENTMQBR-4425

@brusdev brusdev added the LTS Long term support label Jan 7, 2021
When deleting a durable scheduled message via the management API the
message would be removed from memory but it wouldn't be removed from
storage so when the broker restarted the message would reappear.

This commit fixes that by acking the message during the delete
operation.

(cherry picked from commit 4bb9ed2)

downstream: ENTMQBR-4425
@brusdev brusdev merged commit 0bd5375 into rh-messaging:2.9.0.jbossorg-x Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS Long term support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants