blob: d83d156bbe2622b1c3e9ecf02bff3d72c9cb91d5 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-vertx"]
= Vert.x
:page-aliases: extensions/vertx.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-vertx
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Send and receive messages to/from Vert.x Event Bus.
: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::[]
Send and receive messages to/from Vert.x Event Bus.
[id="extensions-vertx-whats-inside"]
== What's inside
* xref:{cq-camel-components}::vertx-component.adoc[Vert.x component], URI syntax: `vertx:address`
Please refer to the above link for usage and configuration details.
[id="extensions-vertx-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-vertx[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-vertx</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-vertx-additional-camel-quarkus-configuration"]
== Additional Camel Quarkus configuration
The extension leverages https://quarkus.io/guides/vertx[Quarkus Vert.x]. Various aspects of the Vert.x runtime can be configured
via the options outlined in the https://quarkus.io/guides/all-config#quarkus-vertx-core_quarkus-vertx-core[configuration guide].