Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hawtio-integration with Camel 3.0.1 #97

Closed
caroline-harvey opened this issue Feb 20, 2020 · 7 comments
Closed

Hawtio-integration with Camel 3.0.1 #97

caroline-harvey opened this issue Feb 20, 2020 · 7 comments

Comments

@caroline-harvey
Copy link

When is the schedule release plan for Camel 3.0.1 support?

@jamesnetherton
Copy link
Contributor

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

@caroline-harvey
Copy link
Author

caroline-harvey commented Feb 21, 2020 via email

@jamesnetherton
Copy link
Contributor

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

@caroline-harvey
Copy link
Author

caroline-harvey commented Feb 21, 2020 via email

@caroline-harvey
Copy link
Author

caroline-harvey commented Feb 21, 2020 via email

@jamesnetherton
Copy link
Contributor

I think the missing part is this configuration:

camel.springboot.use-breadcrumb=true

@caroline-harvey
Copy link
Author

caroline-harvey commented Feb 21, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants