You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Seumas Soltysik (JIRA)" <ji...@apache.org> on 2010/04/29 20:09:59 UTC

[jira] Created: (CXF-2793) Provide capability for JMS client to specify separate ReplyTo queue and listener queue

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

                 Key: CXF-2793
                 URL: https://issues.apache.org/jira/browse/CXF-2793
             Project: CXF
          Issue Type: New Feature
          Components: Transports
    Affects Versions: 2.2.7, 2.1.9
            Reporter: Seumas Soltysik
             Fix For: 2.2.7, 2.1.9


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2793) Provide capability for JMS client to specify separate ReplyTo queue and listener queue

Posted by "Seumas Soltysik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862820#action_12862820 ] 

Seumas Soltysik commented on CXF-2793:
--------------------------------------

The attached patch is based off the 2.1.x-fixes branch.

> Provide capability for JMS client to specify separate ReplyTo queue and listener queue
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-2793
>                 URL: https://issues.apache.org/jira/browse/CXF-2793
>             Project: CXF
>          Issue Type: New Feature
>          Components: Transports
>    Affects Versions: 2.1.9, 2.2.7
>            Reporter: Seumas Soltysik
>             Fix For: 2.1.9, 2.2.7
>
>         Attachments: CXF-2793.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-2793) Provide capability for JMS client to specify separate ReplyTo queue and listener queue

Posted by "Seumas Soltysik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Seumas Soltysik updated CXF-2793:
---------------------------------

    Attachment: cxf-2793-trunk.patch

I have attached a second patch specifically for the trunk.

> Provide capability for JMS client to specify separate ReplyTo queue and listener queue
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-2793
>                 URL: https://issues.apache.org/jira/browse/CXF-2793
>             Project: CXF
>          Issue Type: New Feature
>          Components: Transports
>    Affects Versions: 2.1.9, 2.2.7
>            Reporter: Seumas Soltysik
>            Assignee: Willem Jiang
>             Fix For: 2.1.9, 2.2.7
>
>         Attachments: cxf-2793-trunk.patch, CXF-2793.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2793) Provide capability for JMS client to specify separate ReplyTo queue and listener queue

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863097#action_12863097 ] 

Willem Jiang commented on CXF-2793:
-----------------------------------

Applied the patch into cxf 2.1.x-fixes branch and cxf 2.2.x-fixes branck.

TODO, we need merge this patch into cxf trunk.

> Provide capability for JMS client to specify separate ReplyTo queue and listener queue
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-2793
>                 URL: https://issues.apache.org/jira/browse/CXF-2793
>             Project: CXF
>          Issue Type: New Feature
>          Components: Transports
>    Affects Versions: 2.1.9, 2.2.7
>            Reporter: Seumas Soltysik
>            Assignee: Willem Jiang
>             Fix For: 2.1.9, 2.2.7
>
>         Attachments: CXF-2793.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CXF-2793) Provide capability for JMS client to specify separate ReplyTo queue and listener queue

Posted by "Seumas Soltysik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Seumas Soltysik updated CXF-2793:
---------------------------------

    Attachment: CXF-2793.patch

Attaching patch for requested feature.

> Provide capability for JMS client to specify separate ReplyTo queue and listener queue
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-2793
>                 URL: https://issues.apache.org/jira/browse/CXF-2793
>             Project: CXF
>          Issue Type: New Feature
>          Components: Transports
>    Affects Versions: 2.1.9, 2.2.7
>            Reporter: Seumas Soltysik
>             Fix For: 2.1.9, 2.2.7
>
>         Attachments: CXF-2793.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2793) Provide capability for JMS client to specify separate ReplyTo queue and listener queue

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CXF-2793.
-------------------------------

    Fix Version/s: 2.3
                   2.2.8
                       (was: 2.1.9)
                       (was: 2.2.7)
       Resolution: Fixed

Applied the patch in cxf trunk,  cxf 2.2.x-fixes branch and cxf 2.1.x-fixes branch.

> Provide capability for JMS client to specify separate ReplyTo queue and listener queue
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-2793
>                 URL: https://issues.apache.org/jira/browse/CXF-2793
>             Project: CXF
>          Issue Type: New Feature
>          Components: Transports
>    Affects Versions: 2.1.9, 2.2.7
>            Reporter: Seumas Soltysik
>            Assignee: Willem Jiang
>             Fix For: 2.3, 2.2.8
>
>         Attachments: cxf-2793-trunk.patch, CXF-2793.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-2793) Provide capability for JMS client to specify separate ReplyTo queue and listener queue

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CXF-2793:
---------------------------------

    Assignee: Willem Jiang

> Provide capability for JMS client to specify separate ReplyTo queue and listener queue
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-2793
>                 URL: https://issues.apache.org/jira/browse/CXF-2793
>             Project: CXF
>          Issue Type: New Feature
>          Components: Transports
>    Affects Versions: 2.1.9, 2.2.7
>            Reporter: Seumas Soltysik
>            Assignee: Willem Jiang
>             Fix For: 2.1.9, 2.2.7
>
>         Attachments: CXF-2793.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.