Dreamer
Dreamer

Reputation: 7551

How to integrate hawtio with my spring application(and ActiveMQ)

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

Answers (1)

dimitrisli
dimitrisli

Reputation: 21411

In case your app is on Maven build, the easiest way is to use the Maven plugin directly.

Upvotes: 2

Related Questions