blob: d5e7bf3c113b43837f896d3a6cc7bc4e2b883ae2 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-master"]
= Master
:page-aliases: extensions/master.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-master
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##
endif::[]
Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.
[id="extensions-master-whats-inside"]
== What's inside
* xref:{cq-camel-components}::master-component.adoc[Master component], URI syntax: `master:namespace:delegateUri`
Please refer to the above link for usage and configuration details.
[id="extensions-master-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-master[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-master</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-master-additional-camel-quarkus-configuration"]
== Additional Camel Quarkus configuration
This extension can be used in conjunction with extensions below:
* xref:reference/extensions/file.adoc[Camel Quarkus File]
* xref:reference/extensions/kubernetes.adoc[Camel Quarkus Kubernetes]