Getting Started

Getting Started

HZN Queue Console is a desktop application — or a web application in enterprise mode — for browsing queues, inspecting messages, and managing message brokers — like a database explorer, but for message queues. It supports RabbitMQ, ActiveMQ Classic, and ActiveMQ Artemis, with more brokers on the roadmap.

Download

HZN Queue Console is expected to launch in August 2026. Downloads will be available here for:

  • macOS (Apple Silicon & Intel) — .dmg
  • Windows (x64) — .exe
  • Linux (x64) — AppImage

Installation

macOS: Open the .dmg, drag HZN Queue Console to Applications, and launch it.

Windows: Run the .exe installer and follow the prompts.

Linux: Make the AppImage executable (chmod +x) and run it directly.

First Launch

On first launch the app opens with an empty server list and a prompt to add your first connection.

Connect to a Broker

Click Add Server and fill in the connection details:

FieldRabbitMQ defaultActiveMQ default
Hostnamehttp://localhosthttp://localhost
Port156728161
Usernameguestadmin
Passwordguestadmin

Select the broker type from the dropdown, give the server a name and environment tag, then click Test Connection to verify before saving.

Your queues will appear in the left panel within seconds of connecting.

Next Steps