Arthur Barr
Arthur Barr
I think it might be possible to run multiple Native HA instances in a single container, but is certainly not best practice for containers, where you usually aim for a...
We certainly don't test Native HA in the way you're describing, so there are definitely concerns about whether or not IBM could support that sort of usage. If you want...
Sorry, I'm not sure what to suggest. We've not done any testing with Docker Swarm. Given that [MQ return code 2012](https://www.ibm.com/docs/en/ibm-mq/9.3?topic=codes-2012-07dc-rc2012-mqrc-environment-error) relates to an environment error in the client application,...
@mirskifa is this just some over-zealous renaming of 9.3.0.0 to 9.3.0.1? It looks like the MQ Advanced for Developers download is either 9.3.0.0 or 9.3.1.0.
You can add packages to the list of extra packages which get installed (this script is called as part of the Dockerfile): https://github.com/ibm-messaging/mq-container/blob/2713a4bfea8f4557d3ef18e1c136abb03fff48f5/install-mq-server-prereqs.sh#L50 For a production image, you need to...
JMSWMQ2013: The security authentication was not valid error since icr.io/ibm-messaging/mq:9.3.4.1-r1
The MQ Advanced for Developers offers additional developer configuration to help you get started, which includes the "app" and "admin" users. Previously, the admin user had a default password ("passw0rd"),...
There isn't an MQ container image for arm64, but the "no install" binaries are available for you to build your own image. Can you please provide a bit more information...
Based on the name of your StorageClass, I wonder if you are using Azure Files directly. Azure Files does not implement file locking well, and is explicitly [not supported](https://www.ibm.com/support/pages/testing-statement-ibm-mq-multi-instance-queue-manager-file-systems) with...
I'd suggest using `dspmq` for your liveness check, as that might give you back more information. Additionally, you can refer to the queue manager's error logs (and any FDCs) to...
I don't think there's enough information here to fully diagnose the problem. What command did you run? What environment are you running in? The "Rosetta" error implies that maybe you're...