Reputation: 7551
I am thinking to integrate the nice hawtio as a plugin into my current spring application with relies on ActiveMQ for JMS messaging. I try to find any resource to integrate this nice tool with spring application programmatically but it seems Spring boot is a must. Is there any simple way to integrate hawtio into a simple JMS application?
Also hawtio is on Apache Lincese 2.0, so is it ok to integrate hawtio with commercial products?
Upvotes: 0
Views: 898
Reputation: 21411
In case your app is on Maven build, the easiest way is to use the Maven plugin directly.
Upvotes: 2