Camel-mongo db does not support multiple mongo DB .

2015-04-08 Thread selva
/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 list

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: to uri=mongodb:testDb?database={{testDb}}collection={{testCollection}}operation=findAll / choice when simple${headers.CamelMongoDbResultTotalSize} 0 /simple split streaming=true

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

2014-12-02 Thread selva
new quartz endpoint in the recoveryflow. * Summary :* The problem we found is while 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

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

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

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

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. route id=quartz trace=true from