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

It would be great to have a config sample to connect from IBM Websphere Liberty to the development configuration. I've been trying to connect with no avail with this XML...

building a custom image results in an empty certlabel, which is misleading when running a docker container with mounted keys ``` DISPLAY CHANNEL(DEV.APP.SVRCONN) 1 : DISPLAY CHANNEL(DEV.APP.SVRCONN) AMQ8414I: Display Channel...

The download link in the MQExplorer container seems to be broken. This URL returns 404: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev912_linux_x86-64.tar.gz This one seems to work: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev914_linux_x86-64.tar.gz

I am trying to setup the IBM MQ container image on an azure windows 2019 server VM. I have enabled LCOW and set the experimental feature to true. Below are...

When customising IBM MQ docker image (base) the test failed - ". . ./make test-devserver" **### Is there anything specific or any other variables that needs to be set?** I...

hi team, we are migrating to openshift and using gluster fs to mount mq data. we are mounting /mnt/mqm-data and /mnt/mqm-log in glusterfs. we see the qmgr data is getting...

I'm trying to figure out how to properly set up TLS. The instructions I've used to get TLS working have me put the key.kdb file under /var/mqm/qmgrs/QM1/ssl for queue manager...

enhancement

When I clone the 9.1.3 branch and do make build-advancedserver to build a base image it fails. However, if I clone the **master** branch, the build works fine without any...

If you specify keys in `/etc/mqm/pki/keys` and certificates in `/etc/mqm/pki/trust`, then these get automatically picked up, and runmqserver will create the MQ key database. It also sets this as the...

func mirrorLog (`cmd/runmqserver/mirror.go:~77`) uses an error channel `errorChannel` to pass back errors from the goroutine, but the returned error channel is never read, so errors from the go routine are...

bug