Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 25239 invoked from network); 16 Sep 2008 08:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 08:03:13 -0000 Received: (qmail 87298 invoked by uid 500); 16 Sep 2008 08:03:10 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 87227 invoked by uid 500); 16 Sep 2008 08:03:10 -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 87216 invoked by uid 99); 16 Sep 2008 08:03:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 01:03:10 -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; Tue, 16 Sep 2008 08:02:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 905CD234C1CA for ; Tue, 16 Sep 2008 01:02:52 -0700 (PDT) Message-ID: <1299225835.1221552172586.JavaMail.jira@brutus> Date: Tue, 16 Sep 2008 01:02:52 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Work started: (CAMEL-906) JmsProducer - option requestTimeout isn't configured properly In-Reply-To: <1955677725.1221550615559.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-906 started by Claus Ibsen. > JmsProducer - option requestTimeout isn't configured properly > ------------------------------------------------------------- > > Key: CAMEL-906 > URL: https://issues.apache.org/activemq/browse/CAMEL-906 > Project: Apache Camel > Issue Type: Bug > Components: camel-jms > Affects Versions: 1.4.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 1.5.0 > > > When sending a JMS message to a destination using camel-jms (JMSProducer) I can't get it to use my requestTimeout option in the endpoint configuration. It always default to 20000. > {code} > template.requestBody("activemq:queue:slow?requestTimeout=1000", "Hello World"); > {code} > This doesn't work as expected with a timeout of only 1 sec. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.