Re: How to invoke a route based on incoming ftp message..

2012-04-16 Thread Nafees
Thanks. I will try to implement your suggestions. Thank u so much... -- View this message in context: http://camel.465427.n5.nabble.com/How-to-invoke-a-route-based-on-incoming-ftp-message-tp5643121p5643395.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to invoke a route based on incoming ftp message..

2012-04-16 Thread Claus Ibsen
ucertemplate.html > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-invoke-a-route-based-on-incoming-ftp-message-tp5643121p5643196.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Came

Re: How to invoke a route based on incoming ftp message..

2012-04-16 Thread Nafees
Thanks for reply. Is there any way, in which I can just send message once to activemq apart from using it inside a route and depending on data received from that .. I want to call the routes.. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-invoke-a-route-based-on

Re: How to invoke a route based on incoming ftp message..

2012-04-16 Thread Claus Ibsen
ns("local")).to("bean:mediationSource?method=localDataLocation") > > .to("bean:mediationSource?method=pickFile") >                                        .beanRef("ggsnToBdrProcessor"); > > > what could i do in this regard and i want to con

How to invoke a route based on incoming ftp message..

2012-04-16 Thread Nafees
consume the jms message only once and run the routes. Thanks in advance -- View this message in context: http://camel.465427.n5.nabble.com/How-to-invoke-a-route-based-on-incoming-ftp-message-tp5643121p5643121.html Sent from the Camel - Users mailing list archive at Nabble.com.