Closed aliraza995 closed 2 years ago
You will need to rebuild the container image and enable the MQTT feature. This is down by editing the install-mq.sh file from:
export genmqpkg_incmqxr=0
to
export genmqpkg_incmqxr=1
Then as part of the container build process the MQTT feature should be included.
The sample container doesn't have MQTT installed or configured, so you'll need to build your own image. I'm not aware of anyone who has done it, but it should certainly be possible. A few pointers:
I am working on a project where we need to use mqtt protocol to communicate with IBM MQ. I was trying to configure ibm mq docker container with mqtt channel configured but unable to configure it so far. Can you suggest if its possible if yes. Can you suggest how?