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
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
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);