Giter Site home page Giter Site logo

ibmq-to-amq-bridge's Introduction

Build Status Coverage Release Version License

ibmq-to-amq-bridge

Simple example showing IBM MQ9 -> AMQ via a Apache Camel bridge

Dependency's

The IBM MQ Java dependencies have to be downloaded from the IBM website. The following link includes instructions on how to do this:

And the following is a direct link (at time of writing) to the download:

Once you have downloaded the zip/tar and expanded, the JARs need to be installed via Maven. The below dependency is a core requirement:

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=JavaSE/com.ibm.mq.allclient.jar -DgroupId=com.ibm.mq -DartifactId=allclient -Dversion=8.0.0.6 -Dpackaging=jar

These are optional and not directly used by the code, but it is suggested to install for safety:

mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=JavaSE/providerutil.jar -DgroupId=com.ibm.mq -DartifactId=providerutil -Dversion=9.0.0 -Dpackaging=jar
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=JavaSE/jms.jar
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=JavaSE/fscontext.jar -DgroupId=com.ibm.mq -DartifactId=fscontext -Dversion=9.0.0 -Dpackaging=jar
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=JavaSE/com.ibm.mq.traceControl.jar -DgroupId=com.ibm.mq -DartifactId=traceControl -Dversion=9.0.0 -Dpackaging=jar
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=JavaSE/JSON4J.jar -DgroupId=com.ibm.mq -DartifactId=JSON4J -Dversion=9.0.0 -Dpackaging=jar
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=OSGi/com.ibm.mq.osgi.allclientprereqs_8.0.0.6.jar -DgroupId=com.ibm.mq.osgi -DartifactId=allclientprereqs -Dversion=9.0.0 -Dpackaging=jar
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=OSGi/com.ibm.mq.osgi.allclient_8.0.0.6.jar -DgroupId=com.ibm.mq.osgi -DartifactId=allclient -Dversion=9.0.0 -Dpackaging=jar

Deploy IBMMQ onto OCP

1.Import image stream metadata

oc import-image ibmmq --from=docker.io/ibmcom/mq --all --confirm

2.Deploy IBM MQ8

oc new-app --image-stream=ibmmq:9 --env=LICENSE=accept --env=MQ_QMGR_NAME=QM1

3.Create service and route to allow external access

oc create -f https://raw.githubusercontent.com/garethahealy/ibmq-to-amq-bridge/master/ocp-resources/ibmmq-nodeport-service.yaml
oc create -f https://raw.githubusercontent.com/garethahealy/ibmq-to-amq-bridge/master/ocp-resources/ibmmq-webconsole-route.yaml

ibmq-to-amq-bridge's People

Contributors

garethahealy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

brcolow

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.