Docker – Authentication error when connecting a JavaEE MDB to a IBM MQ that shouldn't need any authentication
I have a IBM MQ (v9.2.4.0) running in a Docker container which is configured to work without authentication. However, I'm getting the following error when trying to connect with a MDB: com.ibm.msg.client.jms.DetailedJMSSecurityException: JMSWMQ2013: The security authentication was not valid that…