简体   繁体   中英

visualize Camel routes from Java DSL

Is there a way to visualize Camel routes from Java DSL? If so what is the best way to do this? If not are there any work arounds to visualize Camel routes from Java DSL?

Yes! You can use hawt.io to visualise the camel routes.

It's very easy to use. Just plug it in to a running application with a valid Camel context, and you can visualise your routes.

https://hawt.io/

I have created a simple open-source project to visualize Apache Camel routes written in Java DSL.

骆驼网

You can find the code and instructions how to set it up on GitHub: https://github.com/BenjaminBrandmeier/camel-net

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM