ibm cloud for integration Telemetry Enable

152 Views Asked by At

I am using ibm cloud pak for integration version 3.0.0. I deployed an MQ instance into my Openshift Cluster. when I check my new created instance information it says: "telemetry not supported"

enter image description here

But I want my instance to support MQTT protocol.

is there anything I am missing? what can I do? thanks

1

There are 1 best solutions below

3
On

I think it's not installed by default, which means that to install it you will need to customise the container.

You will need to clone the IBM MQ Container - https://github.com/ibm-messaging/mq-container

and ask for MQTT to be installed by changing the line

export genmqpkg_incmqxr=0

to

export genmqpkg_incmqxr=1

in the file install-mq.sh. Then follow the build instructions to create the container image.