Artemis Pulse is a web app for managing and monitoring Artemis ActiveMQ brokers
258
Artemis Pulse is a web application for inspecting and operating ActiveMQ Artemis brokers through a modern browser UI.
It is designed for operational use cases such as queue inspection, message debugging, DLQ handling, and broker visibility without having to work directly with the Artemis console or raw management endpoints.
Pulse: high-level broker overview with critical queues, backlog, and DLQ visibility.Explorer: day-to-day operational workspace for addresses, queues, messages, and actions.Topology: visual map of broker, addresses, queues, and consumers.data/settings.json.Pull the image:
docker pull fytta/artemis-pulse:latest
Run the container:
docker run -p 4321:4321 -v artemis-pulse-data:/app/data fytta/artemis-pulse:latest
Then open:
http://localhost:4321
On first startup, Artemis Pulse uses internal defaults. From the Settings button in the header, configure the Artemis / Jolokia connection and the app will persist those values in data/settings.json.
Mounting /app/data is recommended so the product configuration survives container restarts.
Example:
docker run -p 4321:4321 -v artemis-pulse-data:/app/data fytta/artemis-pulse:latest
Artemis Pulse is useful when you need to:
docker-compose.yml.Content type
Image
Digest
sha256:8ffda3896…
Size
138.3 MB
Last updated
3 months ago
docker pull fytta/artemis-pulse