Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-3555

camel-jms - Improve logic waiting for ReplyTo destination to be computed when doing request/reply

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.5.0
    • 2.6.0
    • camel-jms
    • None

    Description

      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.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: