Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 91738 invoked from network); 8 Nov 2010 16:00:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 16:00:15 -0000 Received: (qmail 46960 invoked by uid 500); 8 Nov 2010 16:00:46 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 46888 invoked by uid 500); 8 Nov 2010 16:00:45 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 46880 invoked by uid 99); 8 Nov 2010 16:00:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 16:00:45 +0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.210.45 as permitted sender) Received: from [209.85.210.45] (HELO mail-pz0-f45.google.com) (209.85.210.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 16:00:41 +0000 Received: by pzk30 with SMTP id 30so963970pzk.32 for ; Mon, 08 Nov 2010 08:00:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=FtOUFT0fb6x0hlCXLyDU0cZzQLxET7bp+c8skbdvvwI=; b=MzV28GzYOYtutaNGBhtPLm+7SWYs6TgmfhtIbV8SMw/U2b1NsW/fGOsfI3NyZ9yZoS ygEdDCWzTKzccceSavWA8UyU/yBdqTo3PJWxnQ6ON2dLrjspahQMuI6cxMpGPZ65/SSd KM34H0msUtRirUT8TuIJx73INz+mJAjiYs/q8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=r1ahSUeDY7fLwyF8SdHMEZew5XGE26Ka+DRSr6cYGxayHorLMKLek00/EmRbDSGydw AGGnW3Ga+vP0xLdJYmQC2yvbUxjOp00pE0XqQNguf5GcXWo4XioQRx7y9EZtfFCxjux+ JZmqCJTHd4a0vWnkFS9BjhwURGDjm8wSY4Hi0= Received: by 10.229.85.196 with SMTP id p4mr3935594qcl.132.1289232020440; Mon, 08 Nov 2010 08:00:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.225.15 with HTTP; Mon, 8 Nov 2010 08:00:00 -0800 (PST) In-Reply-To: <1289231604923-3255244.post@n5.nabble.com> References: <4CD7C332.4080503@bull.net> <1289231604923-3255244.post@n5.nabble.com> From: Claus Ibsen Date: Mon, 8 Nov 2010 17:00:00 +0100 Message-ID: Subject: Re: A question about timer To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Mon, Nov 8, 2010 at 4:53 PM, Ashwin Karpe wrote: > > Hi, > > It is now possible to do route scheduling this out of the box in Camel 2.5. > This is only avail from 2.6 onwards. And route scheduling is used for controlling when a route should be active. Its not the same as scheduling a new message to be send into a route. You still need a consumer to take in messages, and hence he need a quarz consumer to trigger a message to be consumed on exactly that time he want. route scheduling is good for lets say to dictate when a web service should be active. For example a SLA may dicate that it should only operate during business hours and in the weekend it should be offline. > Please check out > > http://camel.apache.org/scheduledroutepolicy.html > http://camel.apache.org/scheduledroutepolicy.html > http://camel.apache.org/cronscheduledroutepolicy.html > http://camel.apache.org/cronscheduledroutepolicy.html > http://camel.apache.org/simplescheduledroutepolicy.html > http://camel.apache.org/simplescheduledroutepolicy.html > > Cheers, > > Ashwin... > > > > ----- > --------------------------------------------------------- > Ashwin Karpe > Apache Camel Committer & Sr Principal Consultant > FUSESource (a Progress Software Corporation subsidiary) > http://fusesource.com http://fusesource.com > > Blog: http://opensourceknowledge.blogspot.com > http://opensourceknowledge.blogspot.com > --------------------------------------------------------- > -- > View this message in context: http://camel.465427.n5.nabble.com/A-question-about-timer-tp3254745p3255244.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: cibsen@fusesource.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/