RE: Hello World? Maybe not :)

2013-07-19 Thread Gershaw, Geoffrey
Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412) -Original Message- From: Raul Kripalani [mailto:r...@evosent.com] Sent: Thursday, July 18, 2013 6:07 PM To: users@camel.apache.org Subject: Re: Hello World? Maybe not :) Direct is used to link routes, such that one Camel

Re: Hello World? Maybe not :)

2013-07-18 Thread Andreas Gies
;Geoffrey A Gershaw >Credit eTrading Development >+1 919 994 6412 (*102 6412) > > >-Original Message----- >From: Raul Kripalani [mailto:r...@evosent.com] >Sent: Thursday, July 18, 2013 2:21 PM >To: users@camel.apache.org >Subject: Re: Hello World? Maybe not :) > >Hey

RE: Hello World? Maybe not :)

2013-07-18 Thread AlanFoster
It's worth noting that if you are not in the context of a test, then making use of the "direct" component will not allow for the route to be called externally. If you are calling this from a unit test, then you will be able to call your route with a producer template for template.sendBody("direct

Re: Hello World? Maybe not :)

2013-07-18 Thread Raul Kripalani
sage----- > From: Raul Kripalani [mailto:r...@evosent.com] > Sent: Thursday, July 18, 2013 2:21 PM > To: users@camel.apache.org > Subject: Re: Hello World? Maybe not :) > > Hey Geoffrey, > > A stacktrace would help us help you ;-) > > Where and how are you deploying th

RE: Hello World? Maybe not :)

2013-07-18 Thread Gershaw, Geoffrey
loggingLevel="INFO"/> > > > Geoffrey A Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412) -Original Message- From: Raul Kripalani [mailto:r...@evosent.com] Sent: Thursday, July 18, 2013 2:21 PM To: users@camel.apache.org Subject: Re: Hello World?

Re: Hello World? Maybe not :)

2013-07-18 Thread Raul Kripalani
Hey Geoffrey, A stacktrace would help us help you ;-) Where and how are you deploying this route? Apache ServiceMix? Tomcat, JBoss, etc.? And is there another Camel route or a unit test publishing to the direct endpoint? Bear in mind that a direct consumer doesn't listen on an external interface

Re: Hello World? Maybe not :)

2013-07-18 Thread Andreas Gies
>> >>loggingLevel="INFO"/> >> >> > >Geoffrey A Gershaw >Credit eTrading Development >+1 919 994 6412 (*102 6412) > >-Original Message- >From: Claus Ibsen [mailto:claus

RE: Hello World? Maybe not :)

2013-07-18 Thread Gershaw, Geoffrey
this be it? > > > > > > Geoffrey A Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412) -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Thursday, July 18, 2013 1:06 PM To: users@camel.apache.org Subject: Re: Hell

Re: Hello World? Maybe not :)

2013-07-18 Thread Claus Ibsen
Hi I suggest to take a look at this page http://camel.apache.org/walk-through-an-example.html The direct component is here http://camel.apache.org/direct And if you just want to print hello world once or every X period then you can use a timer in the route http://camel.apache.org/timer And I su