I just need some help in connecting to MQ running in docker(ibmcom/mq) from ACE running on my local machine. I have tried many ways in putting a message in queue through App connect flow but no luck so far. I have access to MQ web console at port 9443 and listener port at 1414. I am using my personal MacBook to try this out. Appreciate any help I get on this. thanks.
In ACE messageflow, I have configured MQ output node with QM name, server, listener port, channel name and security identity. MQ in docker comes equipped with the app channel, "DEV.APP.SVRCONN" , queue manager, "QM1" and queue "DEV.QUEUE.1" The error logs from MQ docker container at path /mnt/mqm/data/errors, AMQERR01.LOG, AMQ6184W: An internal IBM MQ error has occurred on queue manager QM1. I have attached here the MQ output node properties screen grab. I have used security identity by running mqsisetdbparms command using username and password that I use to log into mq web console, the default one that comes with docker mq. username- admin; password - passw0rd.
The error I see in QMGRs error folder is, ie at mnt/mqm/data/qmgrs/QM1/errors/AMQERR01.JSON
"message":"AMQ9207E: The data received from host '172.17.0.1' on channel '????' is not valid."
"message":"AMQ9492E: The TCP/IP responder program encountered an error."}
I have also tried removing the username/password from ACE but no luck. Also tried using username as 'mqm' and password as 'passw0rd' but again no help.