Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 8550 invoked from network); 6 May 2010 18:07:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 May 2010 18:07:14 -0000 Received: (qmail 15878 invoked by uid 500); 6 May 2010 18:07:14 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 15848 invoked by uid 500); 6 May 2010 18:07:13 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 15840 invoked by uid 99); 6 May 2010 18:07:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 18:07:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 18:07:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o46I6nXJ016007 for ; Thu, 6 May 2010 18:06:49 GMT Message-ID: <665469.15071273169209660.JavaMail.jira@thor> Date: Thu, 6 May 2010 14:06:49 -0400 (EDT) From: "Seumas Soltysik (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2793) Provide capability for JMS client to specify separate ReplyTo queue and listener queue In-Reply-To: <24554790.10071272564599745.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.