[ https://issues.apache.org/jira/browse/CAMEL-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983131#action_12983131 ]
Claus Ibsen commented on CAMEL-3555: ------------------------------------ trunk: 1060239 > camel-jms - Improve logic waiting for ReplyTo destination to be computed when > doing request/reply > ------------------------------------------------------------------------------------------------- > > Key: CAMEL-3555 > URL: https://issues.apache.org/jira/browse/CAMEL-3555 > Project: Camel > Issue Type: Improvement > Components: camel-jms > Affects Versions: 2.5.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.6.0 > > > When you use request/reply over JMS a JMSReplyTo destination must be computed > which happens async by the MessageListenerContainer which is to listen for > the replies. > The currently logic uses some low-level thread wait/notify scheme. > We should change that to use the concurrency API using a countdown latch. > That's much better. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.