CAMEL SFTP WITH MULTIPLE CONSUMERS

2017-06-12 Thread NikheelRanjan
Problem statement: 1.Multiple text files(assume 10k) of varying size from 100 to 800 kb come through an external file upload program to one specific directory . And we have to read and and save the data in a DB from those text files.Now the requirement is: a.)Process the files

Single thread for same message group

2016-05-26 Thread NikheelRanjan
I am using camel's jms component and ibm based queues. Problem statement: Each message is coming with some vehicle data and vehicle data come in chunks.That means the chunks(each has vehicleID associated) which belong to one vehicle has to follow a specific order otherwise it can cause mismatch/err

Camel-hazelcast project example

2016-05-02 Thread NikheelRanjan
I was going through this link(http://camel.apache.org/hazelcast-component.html#HazelcastComponent-map) and we are planning to use hazelcast for caching in our project. I need some help in how to use it in osgi based environment and how to use maps to load data from queries.Also One query can have m

Re: Blueprint(Spring) DSL vs JAVA DSL

2016-04-29 Thread NikheelRanjan
I also have good amount of experience in IT and I am using camel for more than 4 years, I also recommend xml and blueprint as the standard.As far as complexity is concerned,Routes placed in JAVA DSL will not help rather use of camel processors/beans will help in between to handle the complexity in

Blueprint(Spring) DSL vs JAVA DSL

2016-04-27 Thread NikheelRanjan
The question is which one of the DSL implementation you want to use when you are going to use camel+jboss fuse based implementation. My points are: 1.Blueprints(similar to spring DM) are best supported in osgi based environments. 2. XML s not only reduce the number of classes but also if working in