Skip to content

djmhd/DockerIBMMiddleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# DockerIBMMiddleware

Hi! The repo is compose of a docker compose, one docker file for mq and one for ace.

Files

  • Dockercompose creating the network, mq service, ace service.
  • MQ Docker file pointing to mq image.
  • config.mqsc is a sample of mq sc command to create a channel and two queues.
  • ACE docker pointing to ACE v12 for Developer.
  • buildDockerinfra.sh will help you to run execute the docker compose.

Execute the shell script

Run the shell script

sh buildDockerinfra.sh

You should have a result like this

  • Successfully tagged dockeribmmiddleware_mq:latest
  • Recreating dockeribmmiddleware_ace_1 ... done
  • Recreating dockeribmmiddleware_mq_1 ... done

Access the ACE Integration admin web server

From the host, open your favorite web browser and enter the address (please note that the service listen on any ip so not only on localhost)

http://127.0.0.1:7600

enter image description here

Access the MQ admin web server

From the host, open your favorite web browser and enter the address (please note that the service listen on any ip so not only on localhost and accept the self signed certificate)

https://127.0.0.1:9443

The default user/password is admin/adminmehdi

enter image description here

About

Docker container with IBM MQ and ACE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published