ibm-messaging / mq-dev-samples

Samples for getting started with IBM MQ
Apache License 2.0
69 stars 108 forks source link

mq-demo is failing to connect to queue manager #8

Closed datacode384 closed 4 years ago

datacode384 commented 4 years ago

Hi,

We established an IBMMQ in a docker container using this link https://developer.ibm.com/messaging/learn-mq/mq-tutorials/mq-connect-to-queue-manager/#docker

However, the demo application mq-demo from mq-dev-samples https://raw.githubusercontent.com/ibm-messaging/mq-dev-samples/master/gettingStarted/mq-demo-client-application/Dockerfile is failing to connect to the queue. Please find the attached screenshot regarding the error message.

Screen Shot 2020-01-09 at 12 25 15

Any hints or help ?

Thank you,

datacode384 commented 4 years ago

My mistake, host name for queue manager is already defined as qmgr during docker run.