Conditional route definition in Spring XML DSL with Camel 2.14.2

2017-02-01 Thread j_pramanik_ind
Hi, Can I define any route with any condition ? Currently I'm using Camel 2.14.2 version. Any opportunity is there so that I am willing to execute the route based on particular condition ? My requirement : Actually I want to delete the file conditionally. If I can put some condition on "delete" p

Use of Wildcards in file transfer route configuration using Camel 2.14.2

2017-01-19 Thread j_pramanik_ind
Hi,I was trying to use wildcard character for transferring select files to the target ftp endpoint. But I was failed to achieve this.The route config is done as below - * *Can anybody help me ? I'm using Apache Camel 2.14.2 versi

How can I work with Jboss resteasy with Camel 2.16.2

2016-07-31 Thread j_pramanik_ind
Hi, Can you suggest any example where jboss resteasy is used in Camel RestDSL ? Thanks in advance, Jayanta P. -- View this message in context: http://camel.465427.n5.nabble.com/How-can-I-work-with-Jboss-resteasy-with-Camel-2-16-2-tp5785725.html Sent from the Camel Development mailing list a

Need to resolve the JavaDSL problem

2016-07-30 Thread j_pramanik_ind
Hi, I'm new in Apache Camel. I'm using Camel 2.14.2. Here is a typical problem that I'm facing while using Apache Camel in one of my project - There are currently four layers : UI layer, Channel Manager Layer, Camel EIP Layer with JavaDSL & CoreApp Layer. 1. UI will initiate rest call to Chan