davsclaus opened a new pull request, #24731:
URL: https://github.com/apache/camel/pull/24731

   ## Summary
   
   - Fix race condition in 
`TemporaryReplyQueueDestinationResolver.resolveDestinationName` where 
concurrent listener threads could each create separate temporary queues, 
causing replies to be black-holed
   - Apply the same `ReentrantLock` + `volatile` double-checked locking pattern 
already used by `QueueReplyManager.DestinationResolverDelegate`
   - Use a dedicated lock (not `BaseService.lock`) to preserve the CAMEL-20769 
shutdown-deadlock fix
   
   ## Test plan
   
   - [x] Existing JMS request-reply tests pass (15 tests)
   - [x] Module builds clean
   - [ ] CI green
   
   _Claude Code on behalf of davsclaus_
   
   Co-Authored-By: Claude Opus 4.6 <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to