launch-amq
Last updated
Launch an ActiveMQ broker node. This is the rumi-messaging broker (distinct from the Admin node's rumi-discovery broker). Requires the bastion to be running.
rumi cloud hetzner launch-amq \
--api-key <token> \
--network <network> \
--key-pair <keypair> \
[options]--api-key
-k
The Hetzner Cloud project API token (or set HCLOUD_TOKEN)
Required
--region
-r
The Hetzner location to launch into
fsn1
--network
-n
Name of the network to launch into
Required
--key-pair
-K
The SSH key pair to launch with
Required
rumi cloud hetzner launch-amq \
--api-key $HCLOUD_TOKEN \
--network my-cloud \
--key-pair rumiBoots from the baked activemq snapshot; the native ActiveMQ broker starts via the Worker base's boot sequence, with its jetty console remapped to 8162.
Registers activemq.rumi.local on the bastion's DNS and points the node's resolver at the bastion.
The bastion must be launched first.
Last updated