--- apiVersion: "v1" kind: "Template" metadata: annotations: description: "## Camel AMQ Component\n\nThe Camel **amq:** component uses the\ \ [Kubernetes Service](http://fabric8.io/guide/services.html) discovery mechanism\ \ to discover and connect to the ActiveMQ brokers. So you can just use the endpoint\ \ directly; no configuration is required.\n\ne.g. just use the camel endpoint\ \ **\"amq:Cheese\"** to access the Cheese queue in ActiveMQ; no configuration\ \ required!\n\nThe Camel **amq:** is used in the example **Fabric8 MQ Producer**\ \ and **Fabric8 MQ Consumer** apps in the **Library** in the [console](http://fabric8.io/guide/console.html)\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\ \ camel-amq\n 2.2.95\n\ \ \n\n" fabric8.camel-amq/summary: "Sonatype helps open source projects to set up Maven\ \ repositories on https://oss.sonatype.org/" labels: {} name: "camel-amq" objects: - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v2.2.136" fabric8.io/git-commit: "5f6c6d9488b943b216908ded19f59e15f4d4abe3" fabric8.io/build-url: "http://null:80/job/oss-parent/5" fabric8.io/build-id: "5" labels: project: "camel-amq" provider: "fabric8" version: "2.2.136" group: "io.fabric8.ipaas.mq" name: "camel-amq" spec: replicas: 1 selector: project: "camel-amq" provider: "fabric8" version: "2.2.136" group: "io.fabric8.ipaas.mq" template: metadata: annotations: {} labels: project: "camel-amq" provider: "fabric8" version: "2.2.136" group: "io.fabric8.ipaas.mq" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/camel-amq:2.2.136" name: "camel-amq" ports: - containerPort: 8778 name: "jolokia" resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: {} volumeMounts: [] imagePullSecrets: [] nodeSelector: {} volumes: [] parameters: []