Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 32862 invoked from network); 15 May 2008 12:58:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 12:58:35 -0000 Received: (qmail 19278 invoked by uid 500); 15 May 2008 12:58:36 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 19262 invoked by uid 500); 15 May 2008 12:58: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 19251 invoked by uid 99); 15 May 2008 12:58:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 05:58:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [195.69.129.177] (HELO exsmtp01.exserver.dk) (195.69.129.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 12:57:43 +0000 Received: from EXVS04.exserver.dk ([10.10.10.85]) by exsmtp01.exserver.dk with Microsoft SMTPSVC(6.0.3790.1830); Thu, 15 May 2008 14:56:36 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Running Camel standalone Date: Thu, 15 May 2008 14:54:58 +0200 Message-ID: <4C1FB9C00D24A140906239533638C4D204284BFA@EXVS04.exserver.dk> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Running Camel standalone Thread-Index: Aci2iZG7DCoHrg90RAKq7z9qpYH46QAAIgsQ From: "Claus Ibsen" To: X-OriginalArrivalTime: 15 May 2008 12:56:36.0146 (UTC) FILETIME=[1BB2A120:01C8B68B] X-Virus-Checked: Checked by ClamAV on apache.org Hi Thomas Yes Camel can run standalone or in any container. Running Standalone is = eg. Just to create a CamelContext, add routes and start it. You can get some details here: http://activemq.apache.org/camel/getting-started.html And the standalone example here: http://activemq.apache.org/camel/walk-through-an-example.html The FAQ have some more details. http://activemq.apache.org/camel/faq.html=20 And if you use Maven for your projects Camel have some maven tools for = you to boot up standalone and quickly run you Camel application http://activemq.apache.org/camel/camel-maven-plugin.html This is how you can run the examples that is included in the Camel = distribution. In Camel 1.4 we will also have ANT build.xml files to = quickly start the examples standalone. Med venlig hilsen =20 Claus Ibsen ...................................... Silverbullet Skovsg=E5rdsv=E6nget 21 8362 H=F8rning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: Thomas Engelschmidt [mailto:te@zama.org]=20 Sent: 15. maj 2008 14:46 To: camel-user@activemq.apache.org Subject: Running Camel standalone Hi, I have just started looking at Camel; Is it possible to start Camel as a standalone app, without embedding =20 it in another application ? Cheers, Thomas