Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-7008

Regression: CXF-5788 - JMS replyToDestination doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.7
    • 3.1.8, 3.0.11, 3.2.0
    • Transports
    • None
    • Unknown

    Description

      Fix for CXF-5788 is not applied to CXF 3.x branches. According to the source code of JMSConfiguration:

          /**
           * Destination name to listen on for reply messages
           */
          private String replyDestination;
          [...]
          /**
           * Destination name to send out as replyTo address in the message 
           */
          private String replyToDestination;
      

      so in client side if we set replyDestination to queue1 but replyToDestination to queue2 on JMSConfiguration, we expect that the request message has header JMSReplyTo="queue2" but the client listens on queue1 for a reply. It works as expected on CXF 2.7.18, but starts not to work since 3.0.

      Attachments

        Issue Links

          Activity

            People

              ffang Freeman Yue Fang
              tadayosi Tadayoshi Sato
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: