Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 48924 invoked from network); 16 Apr 2008 01:54:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2008 01:54:47 -0000 Received: (qmail 89506 invoked by uid 500); 16 Apr 2008 01:54:48 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 89484 invoked by uid 500); 16 Apr 2008 01:54:48 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 89474 invoked by uid 99); 16 Apr 2008 01:54:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 18:54:48 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 01:54:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 731A8234C0CA for ; Tue, 15 Apr 2008 18:51:43 -0700 (PDT) Message-ID: <246660711.1208310703457.JavaMail.jira@brutus> Date: Tue, 15 Apr 2008 18:51:43 -0700 (PDT) From: "Marat Bedretdinov (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-467) Implement ability to correlate request/reply message pairs over JMS using message ID as correlation ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Implement ability to correlate request/reply message pairs over JMS using message ID as correlation ID ------------------------------------------------------------------------------------------------------ Key: CAMEL-467 URL: https://issues.apache.org/activemq/browse/CAMEL-467 Project: Apache Camel Issue Type: Improvement Components: camel-jms Affects Versions: 1.4.0 Reporter: Marat Bedretdinov Fix For: 1.4.0 Attachments: camel-jms.2008.04.15-21.31.patch Unfortunately IBM MQ transforms user passed correlation ID to its own format, which makes using user generated correlation ID to correlate a call flow (request/reply, etc) impossible. The attached patch enables Camel to use JMS message ID as request/reply correlation ID without the need for a JMS Consumer with selector per request. This patch also address a small issue in cross brokers routing. In request/reply scenario, when request flows say from ActiveMQ into IBM MQ the ActiveMQ message gets a reply destination set on it that belongs to IBM MQ. This does not work. A configuration variable is introduced to force a message copy, which solves this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.