MQ

MQ

Join this online 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
  • 1.  Docker IBM MQ

    Posted Thu July 16, 2020 11:00 AM
    Is it possible to configure amqp in mq (https://hub.docker.com/r/ibmcom/mq/) ?
    How Can I add lib amqp in the docker´s image ?




    ------------------------------
    Fabiano Barreto de Santana
    ------------------------------


  • 2.  RE: Docker IBM MQ

    Posted Fri July 17, 2020 05:10 AM
    Hi Fabiano,
    What happens if you execute
    DISPLAY CHSTATUS(SYSTEM.DEF.AMQP) CHLTYPE(AMQP)
    or
    START SERVICE(SYSTEM.AMQP.SERVICE)
    within runmqsc

    You may get more qualified support at this github
    https://github.com/ibm-messaging/mq-container/issues

    ------------------------------
    Matthias Jungbauer
    ------------------------------



  • 3.  RE: Docker IBM MQ

    Posted Mon July 20, 2020 02:19 AM
    Create a Dockerfile, and as one of the commands in there do a "COPY" to add the lib to your new image. Then, create a new container from that image.

    ------------------------------
    Francois van der Merwe
    Hybrid Cloud / Integration Specialist Tech Sales
    IBM
    Johannesburg
    +27825569467
    ------------------------------