AMQPThe amqp: component supports the AMQP protocol using the Client API of the Qpid project. Maven users will need to add the following dependency to their pom.xml for this component: <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-amqp</artifactId> <version>${camel.version}</version> <!-- use the same version as your Camel core version --> </dependency> URI formatamqp:[queue:|topic:]destinationName[?options] You can specify all of the various configuration options of the JMS component after the destination name. See Also |