This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
I used this one: https://medium.com/@thejackyhuang/mq-dev-on-m1-with-utm-8b3c90403ef8 in case UTM is allowed on your Mac, otherwise I'd suggest to run a containerised shared MQ version someone in a k8s cluster serving as a MQaaS model for dev purpose.
Just interesting - we are seeing exactly the same issue when running a DB2 v11.5.8.0 image on an M1 MacBook.
So one year passed an nothing happened ... not good. I would like to mention that the image cannot be run in emulation mode as it gives you this:
2023-02-17 15:57:01 2023-02-17T14:57:01.248Z CPU architecture: amd64
2023-02-17 15:57:01 2023-02-17T14:57:01.252Z Linux kernel version: 5.15.49-linuxkit
2023-02-17 15:57:01 2023-02-17T14:57:01.253Z Base image: Red Hat Enterprise Linux 8.5 (Ootpa)
2023-02-17 15:57:01 2023-02-17T14:57:01.254Z Running as user ID 1001 with primary group 0, and supplementary groups 0
2023-02-17 15:57:01 2023-02-17T14:57:01.256Z Capabilities (bounding set): chown,dac_override,fowner,fsetid,kill,setgid,setuid,setpcap,net_bind_service,net_raw,sys_chroot,mknod,audit_write,setfcap
2023-02-17 15:57:01 2023-02-17T14:57:01.257Z seccomp enforcing mode: filtering
2023-02-17 15:57:01 2023-02-17T14:57:01.257Z Process security attributes: none
2023-02-17 15:57:01 2023-02-17T14:57:01.258Z No volume detected. Persistent messages may be lost
2023-02-17 15:57:01 2023-02-17T14:57:01.545Z You cannot run more than one instance of this program
Other images have no problem with emulation but IBM somehow managed to be special here ... please fix this or we are forced to move to another MQ :/
Docker for mac has now added beta support to run x86 images via rosetta, I was wondering if this changes anything and tried it out. Unfortunately it still fails but with a different issue:
2023-01-13T09:18:17.522Z Error -1 creating queue manager: assertion failed [metadata->shmid == kInvalidShmID]: splitting a shared memory entry not supported
With a bit of luck maybe this is something that is easier to fix than the previous error message?Still awaiting news on this. IBM MQ is required for integrations with older institutions, no way around it. It's a big pain to swap to a different OS just to build a small MQ service.
Please, update this.
We're using new macbook chipset and this container doesn't work anymore.
Can you build this for Apple Silicon chipsets?
Any news IBM?
Kafka became strongly considered as an alternative in our architecture mainly because of the community support.
The M1 is two years old now and it is still not working. Looks like bad faith from IBM, it's probably less than a week of effort to make it work, but since it is closed source, there is nothing we can do but wait...
How many votes are required to implement this plan?
Please, any update on the MQ MacOS Toolkit for M1 processors?
I've worked out a way to get MQ running on M1 macs and Podman. Here's a link to the IBM Community Blogpost detailing the steps you need to follow to get it working. Performance is slow but it works so hopefully good enough for dev work
This is also impacting my projects and my company. Please provide the MQ container image for Apple Mac M1.
Please provide the MQ container image for apple mac m1.
It's not reasonable for IBM not to support this. Apple has a huge market share in development teams, and we all need this.
We also heavily rely on docker image for our development, and our team is migrating to M1 Macs.
MQ is widely used at my employer, one of the major Canada bank.
Alguien sabe si a la fecha existe una solucion estable ? para poder consumir una imagen docker del IBM MQ con Mac M1
Would be great to be able to develop on Mac M1 with IBM MQ
I had problem too, and at now I work this windows machine ) Please help me to return my Mac M1 )
Can you please help or provide a workaround? This is stopping all work on clients that use MQ
so I had this problem too, but with the MacOS Toolkit SDK for use with pymqi.
My solution to that issue (in case anyone is wondering) is going to python.org and downloading the Intel-only installer for Python, install that on MacOS with M1 processor and then create a virtualenv like so:
mkvirtualenv -p /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 my_mqi_env_on_m1
good luck :)