CAMEL-24401: Backport temporary replyTo refresh fix to camel-4.22.x - #25530
Open
atiaomar1978-hub wants to merge 1 commit into
Open
Conversation
…2.x backport) Replace the one-shot refreshWanted flag with a generation counter that is only acknowledged after a replacement temporary queue is published to replyTo. When a refresh is scheduled, defer listener-container recovery until after the endpoint recovery interval and skip while Spring is already recovering. Co-authored-by: Cursor <cursoragent@cursor.com>
atiaomar1978-hub
marked this pull request as ready for review
August 18, 2026 18:06
Contributor
Author
AI Review Summary (Bugbot + Grok)AI-generated on behalf of atiaomar1978-hub Same changeset as main PR #25531 — see the full Bugbot + Grok review comment there: Backport note: this branch contains only the four |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AI-generated on behalf of atiaomar1978-hub
Backport of CAMEL-24401 to
camel-4.22.x.Fixes camel-jms InOut producers using temporary reply queues entering a permanent
Failed to resolve replyTo destinationloop after JMS connection faults.Changes
Same fix as the main PR: generation-based temporary reply refresh in
TemporaryQueueReplyManager, deferred/guarded listener recovery trigger, and new unit/integration tests.Main PR
atiaomar1978-hub#20
References