hawtio/hawtio-integration

Hawtio-integration with Camel 3.0.1

caroline-harvey opened this issue · 7 comments

When is the schedule release plan for Camel 3.0.1 support?

Last time I checked, the Camel plugin already works fine with Camel 3.0.x and the upcoming 3.1.0 release.

That configuration works fine for me. I have a simple timer route to generate messages every 5 seconds and I see them show up in the tracing tab.

from("timer:foo?period=5s")
    .log("Hello world");

There is a bit of a problem with the UI in that the ID table column is empty and the table gets so large that it shrinks the Camel route diagram. I'll log that as a separate issue.

traces

I think the missing part is this configuration:

camel.springboot.use-breadcrumb=true