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

[0.15] Set AMQP strategy to modified-failed #2120

Merged
merged 1 commit into from
Oct 23, 2024
Merged

[0.15] Set AMQP strategy to modified-failed #2120

merged 1 commit into from
Oct 23, 2024

Conversation

rh-appservices-perf
Copy link
Collaborator

Backport: #2113

This strategy keeps accepting new messages even if one failed, therefore without closing the connections at first failure.

Fixes Issue

Fixes #2103

Changes proposed

The default messaging fail strategy is fail which stops the application from receiving messages at first failure, as stated here https://quarkus.io/guides/amqp-reference#failure-management

  • Change the strategy to modified-failed which put the failed message in DLQ but keeps processing all the others without disconnecting the connections

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.

This strategy keeps accepting new messages even if
one failed, therefore without closing the connections
at first failure.

Signed-off-by: Andrea Lamparelli <[email protected]>
@lampajr lampajr merged commit acc4760 into 0.15 Oct 23, 2024
3 checks passed
@lampajr lampajr deleted the bp-0.15-678e26d branch October 23, 2024 12:08
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.

2 participants