Parallel processing using apache camel

2012-07-22 Thread Nafees
Hi We download binary files present in ftp server to a local folder and do mediation and data storage. we end this route when all files from ftp had been completed. from(ftpUrl).to(fileUrl).bean(endRoute,ftpStopper); from(fileUrl).thread(5).to(mediationProcessManager).bean(endRoute,localStoppe

Re: No language could be found for: js

2012-07-22 Thread Claus Ibsen
On Sat, Jul 21, 2012 at 5:13 PM, Rob Ogando wrote: > Hi, > I'm using Max OSX 10.6.8 > JDK 1.6.0_33 > with Karaf. > Karaf is a general purpose container, and you may need to configure/tweak it to work with some of the Camel components. Hence why SMX team do that for Apache ServiceMix to ensure it

Re: Add thread pool configuration for SEDA using xml

2012-07-22 Thread Claus Ibsen
On Mon, Jul 23, 2012 at 2:54 AM, billy ding wrote: > Hi, from http://camel.apache.org/seda.html, we can use DSL to add thread pool > to SEDA, e.g. from("seda:stageName").thread(5).process(...), This is not really possible. Please read the docs again. The seda has its own internal fixed thread poo

Add thread pool configuration for SEDA using xml

2012-07-22 Thread billy ding
Hi, from http://camel.apache.org/seda.html, we can use DSL to add thread pool to SEDA, e.g. from("seda:stageName").thread(5).process(...), can anyone tell me how to do the same thing using xml? I have a xml seda route definition. Thanks a lot. Billy -- View this message in context: http://

Re: Camel ActiveMQ consumers do not consume after restart

2012-07-22 Thread Willem Jiang
It could be more easy for us to understand your case by looking at the routes you have. On Sat Jul 21 06:40:34 2012, Christian Müller wrote: Which version of Camel and ActiveMQ do you use? Which MEP do you use? Best, Christian Sent from a mobile device Am 20.07.2012 16:26 schrieb "Marco Zaple

Re: How to invoke CXF webservice from processor bean

2012-07-22 Thread Willem Jiang
Oh, I'm asking the spring configuration of the ServiceClass which you used to set up the cxfEndpoint. I guess you may specify wrong class, the right should should be an Interface with @WebService annotation. On Sat Jul 21 03:20:29 2012, jeyaseelan78 wrote: Hi, I hope you are asking for the w

Re: cxfEndpoints and different transports (http, https) using PAX Web

2012-07-22 Thread helander
Hi Sully and thanks for the input. Now I think I know how it works, but I have an additional question: Both entries in the config file specifies "http://localhost:8181";, is it possible do something like: "http://localhost:8181/system/console"; on one and "http://localhost:8181/cxf"; on the o