You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

AMQP

The 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-ampq</artifactId>
    <version>x.x.x</version> <!-- use the same version as your Camel core version -->
</dependency>

URI format

amqp:[queue:|topic:]destinationName[?options]

You can specify all of the various configuration options of the JMS component after the destination name.

  • No labels