KubeMQ binding spec

    To setup KubeMQ binding create a component of type . See on how to create and apply a binding configuration.

    Spec metadata fields

    This component supports both input and output binding interfaces.

    Create a KubeMQ broker

    1. Obtain KubeMQ Key by visiting and register for a key.
    2. Wait for an email confirmation with your Key

    You can run a KubeMQ broker with Docker:

    1. docker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 -e KUBEMQ_TOKEN=<your-key> kubemq/kubemq
    1. Obtain KubeMQ Key by visiting https://account.kubemq.io/login/register and register for a key.
    2. Wait for an email confirmation with your Key

    Then Run the following kubectl commands:

      Go to KubeMQ CLI and download the latest version of the CLI.

      Browse KubeMQ Dashboard

      Open a browser and navigate to http://localhost:8080

      Or, with kubectl installed, run port-forward command:

      Visit KubeMQ Documentation for more information.