Open Arnold0210 opened 1 year ago
Sorry, I'm not sure what to suggest. We've not done any testing with Docker Swarm. Given that MQ return code 2012 relates to an environment error in the client application, I think you might have better luck with contacting the ACE team.
Hi!,
I'm building an environment with ACE12 and IBM MQ images on Docker, that allow me to a deploy some solutions, and do unit test.
For this purpose I wrote the following docker compose file:
When I raise up the environment, I deploy a MQ Policy on ACE container with the follow configuration:
After it, I set de DSN Configuration using the following command on the ace container:
And I modified the server.conf.yaml to update the remotequeuemanager configuration (line 25 of server.conf.yaml)
and restart de container where ACE is running, but when the container restarted, the logs show the following:
Failed to make a client connection to queue manager 'MQ DEV' using hostname 'host.docker.internal' on port '1414': MQCC=2; MQRC=2012.
I've been looking in the documentation about the MQRC 2012, but is not clearly about what I will be doing wrong.
Someone did that configuration before?