Re: Unable to resolve named parameter in camel route

2015-12-27 Thread Alessandro Rontani
Your problem is that the parameters *numbersubscribers* and and *id* must be present as headers in the message: when your message reach the jdbc component the body of the message contains the query, but cannot find the parameters. Doing something like this can solve your problem: from("timer://fo

Connection Pooling with ActiveMQ Component

2015-12-27 Thread gbchriste
Am I correct in my understanding that if I'm using the ActiveMQ component instead of the JMS component then connection pooling is automatically turned on? If so, how do I configure the pool properties? I need examples in Java DSL rather than Spring as my intent is to do all my Camel configuration