Camel-mongo db does not support multiple mongo DB .

2015-04-08 Thread selva
mel/blob/master/components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/MongoDbComponent.java Thanks, Selva -- View this message in context: http://camel.465427.n5.nabble.com/Camel-mongo-db-does-not-support-multiple-mongo-DB-tp5765468.html Sent from the Camel - Users mailing

Camel-MongoDB: finadAll returns documents in laks - How to improve performance?

2014-12-11 Thread selva
I am using in my camel spring DSl route with mongo findAll operation. My route contains below: ${headers.CamelMongoDbResultTotalSize} > 0 ...mongo insert.. ..mongo update... .. Here I am enabled multi threading option in Splitter EIP pattern. If Mongo returns 1 Lakh records in this ca

Re: Quartz clustering in camel spring DSL - JIRA CAMEL-8076

2014-12-02 Thread selva
hile creating new quartz endpoint the consumerLoadBalancer is null. Please let us know the right way to get the consumerLoadBalancer values while creating new quartz endpoint in case of recovery flow. Thanks, selva -- View this message in context: http://camel.465427.n5.nabble.com/Quartz-clu

Re: Quartz clustering in camel spring DSL - JIRA CAMEL-8076

2014-11-26 Thread selva
Sorry Willem , its typo error I could not copy the row from DB so manually formed the table format. *quartZ* -> small 'z' i.e quartz -- View this message in context: http://camel.465427.n5.nabble.com/Quartz-clustering-in-camel-spring-DSL-JIRA-CAMEL-8076-tp5759589p5759639.html Sent from the C

Re: Quartz clustering in camel spring DSL - JIRA CAMEL-8076

2014-11-25 Thread selva
Hi Willem, I have defined one quartz2 endpoint route and one sub route in camel-context.xml file . Whenever the quartz scheduler triggers , the quartz end point will call the sub route using direct component. I am printing some text in console using bean processor(QueryBuilderProcessor) which is d

Quartz clustering in camel spring DSL - JIRA CAMEL-8076

2014-11-25 Thread selva
Hi Willem, I have tested with camel 2.14.1-SNAPSHOT and the exception is gone but QueryBuilderProcessor is not getting called from quartz end point. Please find below configuration and logging information for both recovery and success scenario. In success scenario QueryBuilderProcessor is gettin

Quartz clustering in camel spring DSL

2014-11-20 Thread selva
I am trying to achieve "requests recovery" in fail-over scenario in two different machine with their clock also sync. My configuration as below: step 1: camel-context.xml I have defined the below route in camel-context.xml file. step 2: quartz.properties: I have enabled org.quartz.jobSto