Skip to content

gashcrumb/hawtio-artemis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published