Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 595B1200BD4 for ; Thu, 1 Dec 2016 16:07:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 58036160B0F; Thu, 1 Dec 2016 15:07:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A02BA160B0B for ; Thu, 1 Dec 2016 16:07:16 +0100 (CET) Received: (qmail 87627 invoked by uid 500); 1 Dec 2016 15:07:10 -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 87608 invoked by uid 99); 1 Dec 2016 15:07:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2016 15:07:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EFC45CAC9D for ; Thu, 1 Dec 2016 15:07:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.473 X-Spam-Level: *** X-Spam-Status: No, score=3.473 tagged_above=-999 required=6.31 tests=[FORGED_HOTMAIL_RCVD2=1.187, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 6g-OuZX9ZlDx for ; Thu, 1 Dec 2016 15:07:08 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 572C85FC5C for ; Thu, 1 Dec 2016 15:07:07 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mwork.nabble.com (Postfix) with ESMTP id 8C345736AE510 for ; Thu, 1 Dec 2016 08:07:06 -0700 (MST) Date: Thu, 1 Dec 2016 08:07:06 -0700 (MST) From: sa_james To: users@camel.apache.org Message-ID: <1480604826513-5790885.post@n5.nabble.com> Subject: stand-alone problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 01 Dec 2016 15:07:17 -0000 Here I am again with a simple test: /from("jms:queue").to("log:test")/ / / After I have started the app: INFO Route: route1 started and consuming from: jms://queue INFO Total 1 routes, of which 1 are started. INFO Apache Camel 2.18.0 (CamelContext: camel-1) started in 0.481 seconds Application has now been started. You can press ctrl + c to stop. Then here the app exits. Main function as usual: / Main main = new Main(); main.setApplicationContextUri("META-INF/spring/camel-context.xml"); main.start(); System.out.println("\n\nApplication has now been started. You can press ctrl + c to stop.\n\n");/ What is happening? Any idea? I could not find anything in the mailing list. -- View this message in context: http://camel.465427.n5.nabble.com/stand-alone-problem-tp5790885.html Sent from the Camel - Users mailing list archive at Nabble.com.