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

MQ Client to Work with ARM MQ_Server container

Open asJohnEshwar opened this issue 1 year ago • 2 comments

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 my ACE toolkit, applications don't work due missing MQ client libraries.

Does anyone know of solution for this scenario already. Or if there is a workaround

asJohnEshwar avatar Apr 16 '24 12:04 asJohnEshwar

There isn't an MQ container image for arm64, but the "no install" binaries are available for you to build your own image. Can you please provide a bit more information about what you've done? What libraries are missing? Are there log messages?

arthurbarr avatar Apr 16 '24 16:04 arthurbarr

  • I have my ACE toolkit on a Mac mini system running on an M1 processor.
  • I have a MQ server running on a docker container.
  • Connecting to Queue Manager using MQ Explorer installed within the ACE toolkit is successful.
  • Now while deploying a simple MQ message flow with MQInput node to an Integration server it failed with - Begin running task [Deploying 'App' to integration server 'TEST_SERVER']

The BAR file '//GeneratedBarFiles/Appproject.generated.bar' has been deployed to integration server 'TEST_SERVER' but there were one or more failures which may mean the deployed resources will be unable to execute.

The task did not complete successfully: The deployment was partially successful. Check error messages for explanation.

BIP9320E: Message Flow 'TestFlow', 'TestFlow' encountered a failure and could not start.

BIP2684E: A component was configured to use IBM MQ, but the required MQ libraries are not available.

BIP9333W: Application 'App' has been created but contains errors which has prevented some resources from starting.

BIP1096E: The source 'Appproject.generated.bar' has been deployed but there were one or more failures which may mean the deployed resources will be unable to execute.

On Tue, Apr 16, 2024 at 10:16 PM Arthur Barr @.***> wrote:

There isn't an MQ container image for arm64, but the "no install" binaries are available for you to build your own image. Can you please provide a bit more information about what you've done? What libraries are missing? Are there log messages?

— Reply to this email directly, view it on GitHub https://github.com/ibm-messaging/mq-container/issues/558#issuecomment-2059520021, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZWBMGJ6JNFQNEKYPIAJQSDY5VIU3AVCNFSM6AAAAABGJGMF6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJZGUZDAMBSGE . You are receiving this because you authored the thread.Message ID: @.***>

-- Regards, Kiruthigeshwar.N (+919943393773)

asJohnEshwar avatar Apr 17 '24 07:04 asJohnEshwar