Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 62136 invoked from network); 5 Oct 2010 13:58:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 13:58:25 -0000 Received: (qmail 76045 invoked by uid 500); 5 Oct 2010 13:58:25 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 75860 invoked by uid 500); 5 Oct 2010 13:58:22 -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 75852 invoked by uid 99); 5 Oct 2010 13:58:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 13:58:21 +0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [216.68.206.15] (HELO mail03.medplus.com) (216.68.206.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 13:58:15 +0000 X-WSS-ID: 0L9TLGD-02-179-02 X-M-MSG: X-Outbound: PASS Received: from EXCHMAIL01.corp.medplus.com (exch02.corp.medplus.com [172.18.4.45]) by mail03.medplus.com (Tumbleweed MailGate 3.7.2) with ESMTP id 2FEC9AC54F9 for ; Tue, 5 Oct 2010 09:57:49 -0400 (EDT) x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: RE: Quartz Camel Spring Example? Date: Tue, 5 Oct 2010 09:56:52 -0400 Message-ID: In-Reply-To: <1286219628287-3198239.post@n5.nabble.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Quartz Camel Spring Example? Thread-Index: Actj+FgTFUaVQLokQ6mChZdlKUIOjAAl3GLA References: <99FD6BC4-E1ED-45E7-A1BB-8B9153B4A8D9@gmail.com> <1286219628287-3198239.post@n5.nabble.com> From: "Russell, Brian" To: users@camel.apache.org X-Virus-Checked: Checked by ClamAV on apache.org Thanks very much. I guess the part that I'm not understanding in this is how to get a List to return from a method where I can then split it out based on a quart cron trigger. Let me ask it this way -- is the quartz implementation in camel literally just the timer part of the process=3F So that, when it kicks off, it pulls from your "from" endpoint to your "to" endpoint=3F So I would have something like the following: body Is quartz_scheduler just a cron expression or does it actually map to a bean=3F Does quartzTrigger need to be defined as a bean also=3F In my quartz-only implementation, I actually create a custom trigger bean and a custom job bean. The job bean in that scenario would execute a service layer to get the objects, iterate through them, move them to a MapMessage, and drop them on the queue. With this, I'm trying to have a quartz job return a List