Arthur Barr
Arthur Barr
What do you mean by "scraping its call in the sts"?
https://github.com/ibm-messaging/mq-container/blob/master/cmd/chkmqready/main.go
No immediate plans to do this. I think this is request would be better off submitted as a formal idea for MQ: https://ibm.biz/mqideas There is some precedent for using [MQ...
Here's a link to the formal idea (RFE) for MQ software to support ARM processors: https://integration-development.ideas.ibm.com/ideas/MESNS-I-369 Adding votes on that idea is the most effective way to signal your support...
MQ needs files on the volume to be owned by the `mqm` user, and from MQ 9.1.2, the container expects to be running as that user. One thing you can...
OK, so that indicates that the volume you're providing to the container doesn't have matching permissions to the user running inside the container. It ultimately just uses standard UNIX file...
It looks like UID 1001 isn't able to access the files on the mount points. If you run the container with environment variable `DEBUG=false`, then the container will print out...
I'm not sure what's going on here - it seems a bit unusual, and not something we've seen before. It could be that if you're using the same persistent volume...
Which user did you use to run these commands? How did you supply them? A few other notes: 1. You don't normally need to define your own listener, as there's...
No, the use of GID 0 is currently hard-coded in a number of places in the sample. Note that there's nothing really special about GID 0 (unlike UID 0), so...