Skip to content

nuviosoftware/custom-ibm-mq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Custom IBM MQ

This is an example of how to customise an IBM MQ container by changing configuration via '20-config.mqsc'

Build

docker build -t nuviosoftware-mq-local .

Default Configuration

The default options have been selected to match the MQ Docker container development configuration.

This means that you can run a queue manager using that Docker environment and connect to it. This script will run the container on a Linux system.

docker run --env LICENSE=accept --env MQ_QMGR_NAME=QM1
--publish 1414:1414
--publish 9443:9443
--detach
nuviosoftware-mq-local

The default attributes are

ibm.mq.queueManager=QM1 ibm.mq.channel=DEV.ADMIN.SVRCONN ibm.mq.connName=localhost(1414) ibm.mq.user=admin ibm.mq.password=passw0rd

Extra configuration

Defined in the '20-config.mqsc' file

* Define custom queues
DEFINE QLOCAL('ORDER.REQUEST') REPLACE
DEFINE QLOCAL('ORDER.RESPONSE') REPLACE

Mq Web console

Browse to the address https://localhost:9443/ibmmq/console

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •