Thursday, April 02, 2015

PyMQI and MQRC_CHANNEL_CONFIG_ERROR

I kept getting the error on a simple connect:
qmgr = pymqi.connect('wingconBdg', 'SERTBA7.WINGCONBDG', '127.0.0.1(1414)')

Spent several hours trying to debug it and it turned out I just needed to compile pyMQI in server mode.
https://pythonhosted.org/pymqi/#compiling-from-source
  • Book reviews