App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

MQ Client libraries for IntegrationServer running in Docker

  • 1.  MQ Client libraries for IntegrationServer running in Docker

    Posted Mon July 11, 2022 01:04 AM
    I'm trying to run a unit test in a container and I get this message :
     [exec] 2022-07-10 06:58:36.051196: BIP2684E: A component was configured to use IBM MQ, but the required MQ libraries are not available.

    I'm basing my POC on this:
    Building a sample or supported IBM App Connect Enterprise image using Docker


    And this:
    https://github.com/ot4i/ace-docker

    Do I need to copy in MQ client libraries into the workdir when I start an integration server ?
    https://www.ibm.com/docs/en/app-connect/11.0.0?topic=commands-integrationserver-command

    Cheers
    Richard


    ------------------------------
    Richard Huegill
    Canberra
    61 402311170
    ------------------------------


  • 2.  RE: MQ Client libraries for IntegrationServer running in Docker

    Posted Mon July 11, 2022 09:16 AM
    Thanks to Chris Phillips and Kok Sing Khong,

    I have been able to work through my issue.

    I needed the client download and run the install inside the container.

    They pointed me towards a few links that helped:
    https://uplinktv.github.io/ibmmq-devops/
    https://www.ibm.com/docs/en/ibm-mq/9.0?topic=rpm-installing-mq-client-linux

    This is the gitlab link to the image working with the MQ Client installed:
    https://gitlab.com/richardh65/bct-public-code/-/blob/master/docker-examples/Dockerfile







    ------------------------------
    Richard Huegill
    Canberra
    61 402311170
    ------------------------------