JMS Component configurations

2016-09-12 Thread dpravin
Hello All, We are in process of implementing hundreds of routes that will use Camel. Many of the routes will use remote instance of AMQ, local AMQ or WMQ to process the messages. Each of the routes will have the same (connection pooling) code/configuration repeated to connect to any one of these

Re: ProducerTemplate creates too much threads

2016-09-12 Thread Brad Johnson
It's extremely important to learn the EIPs available to you in Camel and leverage them to the greatest extent possible. They'll do a lot of the heavy lifting. You can use a CBR to send data to various routes or beans based on some value in the data header or body, for example. I handle SOAP

Re: Java/Groovy DSL formatting in Intellij IDEA?

2016-09-12 Thread souciance
Yeah it doesn't look good, makes the indentation strange. I have simply had to do the formatting manually. Would be nice with the formatting rules for intellij. On Mon, Sep 12, 2016 at 11:43 AM, Steve973 [via Camel] < ml-node+s465427n5787475...@n5.nabble.com> wrote: > Hello. if I run the code

Java/Groovy DSL formatting in Intellij IDEA?

2016-09-12 Thread Steve973
Hello. if I run the code formatter in a java or groovy file within Intellij IDEA, it makes the formatting terrible. I *could* use the conventions to disable formatting for my routes, but it would be very nice if the editor had formatting rules for the DSL. Has anyone had any luck with this?

How to set exchange headers from xslt.

2016-09-12 Thread ravi21588
Hi All, Iam using camel 2.10 version. I would like to set exchange headers while calling XSLT component. Iam able to Get Parameters into the XSLT,but i need to do vice versa. Can you please tell how can i acheive it. -- View this message in context: