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

Provide capability for JMS client to specify separate ReplyTo queue and listener queue

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.9, 2.2.7
    • 2.2.8, 2.3
    • Transports
    • None

    Description

      A customer using MQSeries would like the ability to specify a queue in the ReplyTo head of an outgoing message that is different from the queue that the CXF JMS client listens to for a response. This solution is for the scenario where the JMS client and JMS server are interacting with different QueueManagers, QM1 and QM2. In this scenario, the client and and server only know about their respective local QueueManager and not the remote QM. In such an instance, if a JMS client sends a message with a reference to a local queue associated with QM1 that it is listening to in the ReplyTo header, the JMS server associated with the remote QM2 will not be able to make use of that information since it only knows about local queues. Therefore the solution is to be able to specify a ReplyTo queue associated with QM2 which the server is aware of and then listen on a queue local to the client.

      Attachments

        1. CXF-2793.patch
          16 kB
          Seumas Soltysik
        2. cxf-2793-trunk.patch
          15 kB
          Seumas Soltysik

        Activity

          People

            njiang Willem Jiang
            seumassoltysik Seumas Soltysik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: