--- apiVersion: "v1" kind: "Template" metadata: annotations: fabric8.camel-amq/summary: "Sonatype helps open source projects to set up Maven\ \ repositories on https://oss.sonatype.org/" description: "## Camel AMQ Component\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.fabric8.ipaas.mq/camel-amq/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/io.fabric8.ipaas.mq/camel-amq/)\n\ [![Javadocs](http://www.javadoc.io/badge/io.fabric8.ipaas.mq/camel-amq.svg?color=blue)](http://www.javadoc.io/doc/io.fabric8.ipaas.mq/camel-amq)\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 Messaging documentation](http://fabric8.io/guide/fabric8MQ.html)\n\ \n" labels: {} name: "camel-amq" objects: - apiVersion: "v1" kind: "ReplicationController" metadata: annotations: fabric8.io/git-branch: "release-v2.2.146" fabric8.io/git-commit: "cd9b298d03529e11d479b7c2d5dd26eabb480b8f" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" fabric8.io/build-id: "1" labels: provider: "fabric8" project: "camel-amq" version: "2.2.146" group: "io.fabric8.ipaas.mq" name: "camel-amq" spec: replicas: 1 selector: provider: "fabric8" project: "camel-amq" version: "2.2.146" group: "io.fabric8.ipaas.mq" template: metadata: annotations: {} labels: provider: "fabric8" project: "camel-amq" version: "2.2.146" group: "io.fabric8.ipaas.mq" spec: containers: - args: [] command: [] env: - name: "KUBERNETES_NAMESPACE" valueFrom: fieldRef: fieldPath: "metadata.namespace" image: "fabric8/camel-amq:2.2.146" 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: []