mq-container icon indicating copy to clipboard operation
mq-container copied to clipboard

Container images for IBM® MQ

Results 113 mq-container issues
Sort by recently updated
recently updated
newest added

A couple of patches to improve the `runmqserver` check for being the only process. ### 1. cmd/runmqserver.verifySingleProcess: optimize Instead of using `ps`, which reads three `/proc` files per each process...

### **issue statement** when supplying `key` can and `crt` pair at \etc\mqm\pki\keys, if the name of the `crt` and `key` doesn't match, below errors will be thrown while the container...

Is there a way we can change the log size when the QM is created. currently creating 16 mb files.

Hello! When my laptop is connected to a power source, the gskcapicmd_64 call lasts forever, and one thread uses 100% of the processor. This is fixed if the laptop is...

Using MQ version 9.2.1.0 we have removed the use of local user IDs and now are using TLS mapping inside MQ to map connections to non-existent users that we run...

Hello, Please clarify one thing for me: ``` If the Program is designated as for "Developers", Licensee can only use the Program as part of Licensee's internal development and unit...

Given: Linux mint, docker, script: docker run \ --env LICENSE=accept \ --env MQ_QMGR_NAME=QM1 \ --env MQ_ENABLE_METRICS=true \ -p 1414:1414 \ -p 9443:9443 \ --detach \ --env DEBUG=true \ ibmcom/mq It...

MQ Explorer Docker Container fails to build. It appears the ubi8:ubi-minimal base image does not have tar to extract the MQ install package. ```$ docker build -t mq-explorer -f ./incubating/mq-explorer/Dockerfile...

After update from docker image 9.1.4.-r1 to 9.1.5.0-r1 the [default developer configuration](/ibm-messaging/mq-container/blob/master/docs/developer-config.md): * User: `admin` * Password: `passw0rd` are not valid anymore. This simple connection fails on image 9.1.5.0-r1: ```java...