Skip to main content

CLI

The broker binary doubles as its own admin CLI. Every subcommand takes -config <file>.

create-token

Mint a data-plane bearer token. The plaintext is printed once.

xcon-quee -config /etc/xcon-quee/xcon-quee.json create-token <name> [vhosts|*]

vhosts is a comma-separated list the token may reach, or * for all. The token is the AMQP SASL PLAIN password and the native SDK bearer.

create-topic

Create a topic (queue) — a real q_<name> table in the vhost database.

xcon-quee -config /etc/xcon-quee/xcon-quee.json create-topic <vhost> <name> [retention-days]

Names are lowercase letters, digits and _ (max 58). Retention defaults to the vhost's. Retention is the only eraser — see Retention.

migrate

Apply the anchor-database schema (idempotent). Run after upgrading when the release notes call for it.

xcon-quee -config /etc/xcon-quee/xcon-quee.json migrate

reset-password

Reset a console login when the password is lost (the account must exist). A fresh password is printed; open sessions stay valid.

xcon-quee -config /etc/xcon-quee/xcon-quee.json reset-password <username>