Context level intercept/filter layers

2015-03-07 Thread Milli
Hi everyone, In our web application, we are using camel as the central piece to orchestrate/route the webservices, which will be connecting to several other local resources. Can some one suggest, what is the best way to write context level (global / one-time) layers. For example, we want to

Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-07 Thread dgomesbr
Yogu, The configuration given is for the activemq component, which configures the connection with the broker. The routes are configured to overwrite this value whenever needed. The problem with that is that the amq component configuration is valid for all server with that deploy, but whenever I

Using camel to FTP individual file and handle exceptions

2015-03-07 Thread raj
Hi: I am new to camel. I am trying to use camel to FTP individual files and handle any exceptions. In the below unit test code, when the FTP connection fails due to invalid host, I want my unit test exception block to run and the unit test should fail. Currently, I see camel exceptions in the

Re: Multicast Position and Exchange Properties

2015-03-07 Thread Claus Ibsen
The multicast has index / complete. See the keys on exchange http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Exchange.html On Sat, Mar 7, 2015 at 1:14 AM, ychawla premiergenerat...@gmail.com wrote: Hello All, I am multicasting and need to alter the document before I