Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
/ hawtio-artemis Public archive
forked from gashcrumb/hawtio-artemis

Hawtio plugin for Apache ActiveMQ Artemis

Notifications You must be signed in to change notification settings

hawtio/hawtio-artemis

 
 

Repository files navigation

Apache ActiveMQ Artemis plugin for Hawtio

Quickstart

prereqs - Install node and npm, ideally use an LTS version. Run npm install -g gulp bower to install the necessary tools for development

After cloning run:

npm install

followed by:

bower install

then run:

gulp

to start the development server. The development server is configured to proxy a jolokia instance running on localhost:8778, this is set in the gulpfile.js:

  hawtio.setConfig({
    port: 2772,
    staticProxies: [
    {
      port: 8778,
      path: '/jolokia',
      targetPath: '/jolokia'
    }

About

Hawtio plugin for Apache ActiveMQ Artemis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.9%
  • HTML 29.1%