blob: 86ae6c18d7fdc9084a868d05483e8c389e30de21 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-azure-servicebus"]
= Azure ServiceBus
:linkattrs:
:cq-artifact-id: camel-quarkus-azure-servicebus
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Send and receive messages to/from Azure Event Bus.
:cq-deprecated: false
:cq-jvm-since: 2.8.0
:cq-native-since: n/a
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##2.8.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]
Send and receive messages to/from Azure Event Bus.
[id="extensions-azure-servicebus-whats-inside"]
== What's inside
* xref:{cq-camel-components}::azure-servicebus-component.adoc[Azure ServiceBus component], URI syntax: `azure-servicebus:topicOrQueueName`
Please refer to the above link for usage and configuration details.
[id="extensions-azure-servicebus-maven-coordinates"]
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-servicebus</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::[]