/amq-interconnect-1-openshift-image

OpenShift Container Image for AMQ Interconnect

Primary LanguageShell

Red Hat AMQ Interconnect OpenShift image

Note
Extends RHEL base image

Provides AMQ Interconnect tools and OpenShift Integration

  1. qdmanage

  2. qdrouterd

  3. qdstat

Run Interconnect in OpenShift

Install Concreate container creation tool, then build image:

concreate build

After logging into OpenShift instance ( oc login ), load the image into its registry

./load_registry

Then instantiate the template

oc new-project myproject
oc process -n myproject -f templates/amq-interconnect-1-basic.yaml -p APPLICATION_NAME=router-app | oc create -n myproject -f -

License

See LICENSE file.