Quick Start
Welcome to KubeMQ!
Step 0:
Obtain KubeMQ License Key
Step 1:
kubectl apply -f https://deploy.kubemq.io/initkubectl apply -f https://deploy.kubemq.io/key/<license-key>docker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 -e KUBEMQ_TOKEN=<license-key> kubemq/kubemqdocker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 -v $(pwd)/config.yaml:/kubemq/config.yaml -e KUBEMQ_TOKEN=<license-key> kubemq/kubemqStep 2:
Install kubemqctl CLI tool
Step 3:
Send 'Hello World'
Get 'Hello World'
Step 4:
Load KubeMQ Dashboard

What's Next
Build & Deploy KubeMQ Components
Build & DeployLearn KubeMQ Basics
ChannelsSmart RoutingGroupingLearn KubeMQ Message Patterns
QueuesPub/SubRPCGet started with KubeMQ message patterns
QueuesPub/SubRPCLast updated