Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 65913 invoked from network); 24 Aug 2007 15:52:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 15:52:40 -0000 Received: (qmail 42626 invoked by uid 500); 24 Aug 2007 15:52:36 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 42602 invoked by uid 500); 24 Aug 2007 15:52:36 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 42593 invoked by uid 99); 24 Aug 2007 15:52:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 08:52:36 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 15:52:30 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IObSE-0008Kv-Cr for camel-user@activemq.apache.org; Fri, 24 Aug 2007 08:52:10 -0700 Message-ID: <12314915.post@talk.nabble.com> Date: Fri, 24 Aug 2007 08:52:10 -0700 (PDT) From: Nicky Sandhu To: camel-user@activemq.apache.org Subject: SendProcessor doStart MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nickysandhu@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org The doStart method in SendProcessor creates the producer but does not start it. protected void doStart() throws Exception { this.producer = destination.createProducer(); } Should it not also do producer.doStart() ? -- View this message in context: http://www.nabble.com/SendProcessor-doStart-tf4324311s22882.html#a12314915 Sent from the Camel - Users mailing list archive at Nabble.com.