Re: Enabling message tracing using Jolokia

2018-04-02 Thread Mark Nuttall
this seems like a hawtio question. Maybe try this. I only just saw it so i have not tried it. https://github.com/hawtio/hawtio/tree/master/hawtio-sample-springboot On Mon, Apr 2, 2018 at 3:37 PM, Reji Mathews wrote: > Hi guys > > I am currently deploying camel routes as springboot apps. Is th

Enabling message tracing using Jolokia

2018-04-02 Thread Reji Mathews
Hi guys I am currently deploying camel routes as springboot apps. Is there a way I can enable the hawtio UI into it ? My requirement is to have a monitoring feature enabled over the route level jmx metrics

Re: Fwd: jdbc: with non-named parameter?

2018-04-02 Thread Ricardo Zanini
Hi Tom! I don't think the component "camel-jdbc" supports any other type of named parameter other than :?name. Looking at the code (DefaultJdbcPrepareStatementStrategy) we see: protected boolean hasNamedParameters(String query) { NamedQueryParser parser = new NamedQueryParser(query);