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

When running the latest 9.3.2 container I can only connect to the QMGR via `admin` on `DEV.ADMIN.SVRCONN` in **MQ Explorer**, **JMSToolBox** does not connect. - MQ Explorer: `admin` on `DEV.ADMIN.SVRCONN`...

HI, i deployed the mq container in OPenshift, connected to the web console and MQ Explorer via nodePort (connecting to a kubernetes node). Now i would like to use a...

We are trying to pull total MQ messages count in Mainframe MQ using Prometheus and grafana monitoring. Could you please help us to get grafana metric for messages total count...

I have tried to build a developer container off the 9.2.5 branch, but the build fails with ```` Step 24/122 : RUN go build -ldflags "-X \"main.ImageCreated=$(date --iso-8601=seconds)\" -X \"main.ImageRevision=$IMAGE_REVISION\"...

I have tried to build a developer container off the 9.3.0 branch, but the build fails with ```` Downloading IBM MQ Advanced for Developers 9.3.0.1 mkdir -p downloads curl --fail...

[Usage document](https://github.com/ibm-messaging/mq-container/blob/master/docs/usage.md?plain=1#L72) describes building a customer image and adding a file `20-config.mqsc` to allow customizing queue manager configuration at startup. If I try to set the SSL cipher on the...

(As of 9.3.5.0-r2) I don't want the default objects created as they clash with what we add ourselves so usually set MQ_DEV=false. However with the latest image, trying to log...

I used to be able to start the container like: ``` docker run \ --env LICENSE=accept \ --env MQ_QMGR_NAME= QM1 \ --publish 1414:1414 \ --detach icr.io/ibm-messaging/mq:9.3.3.3-r2 ``` And connect successfully...

As found recently, MQ server container image is available for ARM64 processor. Which I implemented and tested successfully on my Mac mini M1 machine. But while trying to connect from...

While trying the solution provided here:- [MQ Container](https://github.com/ibm-messaging/mq-container/blob/master/docs/building.md#building-a-developer-image) I got the issue attached as screenshot. Please suggest.