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.