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

Compare with Current View Page History

« Previous Version 10 Next »

AMQP

Available as of Camel X.X

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-amqp</artifactId>
    <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
</dependency>

URI format

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

AMQP Options

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

  • No labels