GithubHelp home page GithubHelp logo

Comments (3)

agebhar1 avatar agebhar1 commented on June 11, 2024

Hi,

the MQ library is not provided by intention because I'm not an expert in the license. So you have to use your own one. Either you build your own container based on this one and copy the MQ library to /opt/mqm or mount the library on start to the container by -v $(pwd)/mqm:/opt/mqm. For testing purpose you can download the library from https://developer.ibm.com/articles/mq-downloads/#c-plus-plus (use MQI Redist (grab & go) MQ Downloads).

from mq_exporter.

mattiamarteddu avatar mattiamarteddu commented on June 11, 2024

I just downloaded the IBM MQ redistributable clients but inside it I can't find that library.
Could you write me exactly the link where I can download the libraries?

from mq_exporter.

agebhar1 avatar agebhar1 commented on June 11, 2024

Assume you're using Linux, the (dynamic) link to the library is https://ibm.biz/IBM-MQC-Redist-LinuxX64targz. Create a directory e.g. mqm and extract the archive into this directory. Then you can mount the directory while start the container -v $(pwd)/mqm:/opt/mqm from the directory where mqm exists (ls lists mqm).

from mq_exporter.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.