--- apiVersion: "v1" kind: "Template" metadata: annotations: fabric8.mq-client/summary: "Sonatype helps open source projects to set up Maven\ \ repositories on https://oss.sonatype.org/" description: "## MQ Client\n\nThis library provides the **io.fabric8.mq.core.MQConnectionFactory**\ \ class which is a JMS ConnectionFactory which connects to ActiveMQ using the\ \ [Kubernetes Service]http://fabric8.io/guide/(services.html) discovery mechanism\ \ described.\n\nJust create the MQConnectionFactory and it will use the environment\ \ variables of the current process to discover the ActiveMQ brokers.\n\nFor\ \ more information check out the [Fabric8 MQ documentation](http://fabric8.io/guide/fabric8MQ.html)\n\ \n###??Add it to your Maven pom.xml\n\nTo be able to use the Java code in your\ \ [Apache Maven](http://maven.apache.org/) based project add this into your\ \ pom.xml\n\n \n io.fabric8.ipaas.mq\n\ \ mq-client\n 2.2.95\n\ \ \n\n" labels: {} name: "mq-client" objects: - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v2.2.143" fabric8.io/git-commit: "0b96424f2c0b1e5c1e051db71af58bfaaffd82bf" fabric8.io/build-url: "http://null:80/job/oss-parent/3" fabric8.io/build-id: "3" labels: provider: "fabric8" project: "mq-client" version: "2.2.143" group: "io.fabric8.ipaas.mq" name: "mq-client" spec: replicas: 1 selector: provider: "fabric8" project: "mq-client" version: "2.2.143" group: "io.fabric8.ipaas.mq" template: metadata: annotations: {} labels: provider: "fabric8" project: "mq-client" version: "2.2.143" group: "io.fabric8.ipaas.mq" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/mq-client:2.2.143" name: "mq-client" ports: - containerPort: 8778 name: "jolokia" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] parameters: []