mq-container
mq-container copied to clipboard
Container images for IBM® MQ
Web console is the a highest consumer of a memory inside of a container so in the case of MQ pod being close to the memory limit, OOM will kill...
We followed this [instruction](https://community.ibm.com/community/user/integration/blogs/richard-coppen/2023/06/30/ibm-mq-9330-container-image-now-available-for-appl) to build a docker image for Mac ARM-based. We had no problem when built the 9.4.0.0 . But recently, when we built 9.4.0.5, we got error:...
### Discussed in https://github.com/ibm-messaging/mq-container/discussions/578 Originally posted by **DanielTamil** September 17, 2024 Hi, I used the noninstall image from fix central for containers, the image was built succesfully and running well...
https://www.ibm.com/docs/en/ibm-mq/9.4.x?topic=reference-mq-advanced-developers-container-image#developers-container-image__exampleqmyaml__title__1 This link outlines that the two referenced environment variables are deprecated, and states that it will show how to mount the secret for the passwords to the IBM MQ...
Hi I'm using ibm-mqadvanced-server:9.4.0.7 and it's deployed in AKS with Azure files as persistent storage. My setup used to work for 9.3.4.0-r1 without this permission issue after adding supplemental group...
This pull request is about to introduce two new environment variables: - MQ_QMGR_PRIMARY_LOGFILES - this is to configure the total count of primary logfiles used by the queue manager -...
The RAR published in https://mvnrepository.com/artifact/com.ibm.mq/wmq.jakarta.jmsra/9.4.2.0 contains a `com.ibm.mq.jakarta.connector.jar` that isn't published in Maven Central. Some integrations (like Quarkus support for IBM MQ) depend on the Resource adapter classes to function...
The statement > Docker secrets are only available via Docker Swarm services, hence to create a secret using docker, Docker Swarm must be used. in `docs/developer-config.md` is not true. It...
We have the long term issue that many of the MQ metrics (e.g. ibmmq_qmgr_log_,,,) of our native HA setups are only available for some hours, then disappear, and then appear...
I am using IBM MQ Advanced server image, 9.4.3.0-r2. Pod is going into Crashloopbackoff state. Seeing below logs at the console: ++++++++++++++++++++++++++++++++++++++++++++++++++++++ {"host":"mqmessaging-poc-helm-mqpoc-594fd4fd98-lsb8b","ibm_datetime":"2025-09-25T03:10:48.424Z","ibm_processId":"1","ibm_processName":"runmqserver","ibm_serverName":"BASEQMGR","ibm_userName":"","loglevel":"INFO","message":"Using queue manager name: BASEQMGR","type":"mq_containerlog"} {"host":"mqmessaging-poc-helm-mqpoc-594fd4fd98-lsb8b","ibm_datetime":"2025-09-25T03:10:48.424Z","ibm_processId":"1","ibm_processName":"runmqserver","ibm_serverName":"BASEQMGR","ibm_userName":"","loglevel":"INFO","message":"CPU architecture: amd64","type":"mq_containerlog"}...