AMQP — supports the AMQP protocol
Maven users will need to add the dependency shown in Example 13, “AMQP dependency” to their
pom.xml
to use this component.
Example 13. AMQP dependency
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-ampq</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
The AMQP component uses the same set of options as the JMS component. For more information see the JMS component options.