Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 22004 invoked from network); 18 Jan 2011 08:03:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2011 08:03:10 -0000 Received: (qmail 85892 invoked by uid 500); 18 Jan 2011 08:03:10 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 85842 invoked by uid 500); 18 Jan 2011 08:03:08 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 85340 invoked by uid 500); 18 Jan 2011 08:03:08 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 85337 invoked by uid 99); 18 Jan 2011 08:03:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jan 2011 08:03:07 +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; Tue, 18 Jan 2011 08:03:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0I82iUP002290 for ; Tue, 18 Jan 2011 08:02:44 GMT Message-ID: <32667045.30281295337764751.JavaMail.jira@thor> Date: Tue, 18 Jan 2011 03:02:44 -0500 (EST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-3555) camel-jms - Improve logic waiting for ReplyTo destination to be computed when doing request/reply 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 camel-jms - Improve logic waiting for ReplyTo destination to be computed when doing request/reply ------------------------------------------------------------------------------------------------- Key: CAMEL-3555 URL: https://issues.apache.org/jira/browse/CAMEL-3555 Project: Camel Issue Type: Improvement Components: camel-jms Affects Versions: 2.5.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 2.6.0 When you use request/reply over JMS a JMSReplyTo destination must be computed which happens async by the MessageListenerContainer which is to listen for the replies. The currently logic uses some low-level thread wait/notify scheme. We should change that to use the concurrency API using a countdown latch. That's much better. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.