Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 4. AMQP
AMQP Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
The AMQP component supports the AMQP protocol via 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 Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
amqp:[queue:|topic:]destinationName[?options]
You can specify all of the various configuration options of the JMS component after the destination name.