项目作者: a-p-z

项目描述 :
ActiveMQ Tool is a Java based Desktop Application for monitoring and managing the behavior of an ActiveMQ broker via JMX MBeans
高级语言: Java
项目地址: git://github.com/a-p-z/activemq-tool.git
创建时间: 2018-10-25T13:08:18Z
项目社区:https://github.com/a-p-z/activemq-tool

开源协议:

下载


ActiveMQ Tool

ActiveMQ Tool is a Java based Desktop Application for monitoring and managing the behavior of an ActiveMQ broker via JMX MBeans.

Features

ActiveMQ-Tool has the following features organized into tabs:

Broker displays info such as broker name, version, uptime and usage
Queues menages following operations on queues:
- order by name, pending messages, etc
- browse, purge, delete
- show/hide default and custom headers/body
- order messages of a queue by field
- search through messages of a queue in all visible fields
- copy/move/delete multiple messages
Processes create consumers and producers on the fly

demo

How to build

  1. $ mvn jfx:native
  2. `

or

  1. $ mvn jfx:jar
  2. `