Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 50. Master
Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.
50.1. What’s inside Copier lienLien copié sur presse-papiers!
-
Master component, URI syntax:
master:namespace:delegateUri
Please refer to the above link for usage and configuration details.
50.2. Maven coordinates Copier lienLien copié sur presse-papiers!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-master</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-master</artifactId>
</dependency>
50.3. Additional Camel Quarkus configuration Copier lienLien copié sur presse-papiers!
This extension can be used in conjunction with extensions below: