Openshift
Install KubeMQ operator
Find KubeMQ Operator
Open Operators/OperatorHub
Goto Streaming & Messaging
Type KubeMQ in search box
Click on Kubemq Enterprise Operator

Install KubeMQ Operator
Set Installation mode to A specific namespace on the cluster
Set the namespace
Click Subscribe

Verify Operator Installation


Install KubeMQ Connector
Click On Kubemq Connector
Click on Create KubemqConnector
Click on Configure via YAML View
A yaml editor will open with default configuration will open
Select one of the configurations below
Create Targets Connector
apiVersion: core.k8s.kubemq.io/v1alpha1
kind: KubemqConnector
metadata:
name: kubemq-targets
spec:
type: targets
config: |-
bindings: null
Create Sources Connector
apiVersion: core.k8s.kubemq.io/v1alpha1
kind: KubemqConnector
metadata:
name: kubemq-sources
spec:
type: sources
config: |-
bindings: null
Create Bridges Connector
apiVersion: core.k8s.kubemq.io/v1alpha1
kind: KubemqConnector
metadata:
name: kubemq-bridges
spec:
type: bridges
config: |-
bindings: null
6. Click Create

Last updated
Was this helpful?