blob: 97db13b15f28d9e813303908dbabd73caac9e981 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= VM
:page-aliases: extensions/vm.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-vm
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Call another endpoint in the same CamelContext asynchronously.
:cq-deprecated: false
:cq-jvm-since: 0.3.0
:cq-native-since: 0.3.0
[.badges]
[.badge-key]##JVM since##[.badge-supported]##0.3.0## [.badge-key]##Native since##[.badge-supported]##0.3.0##
Call another endpoint in the same CamelContext asynchronously.
== What's inside
* xref:{cq-camel-components}::vm-component.adoc[VM component], URI syntax: `vm:name`
Please refer to the above link for usage and configuration details.
== Maven coordinates
https://code.quarkus.io/?extension-search=camel-quarkus-vm[Create a new project with this extension on code.quarkus.io, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-vm</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.