is not current version
Last Version 2.10.0

org.apache.camel.quarkus:camel-quarkus-azure-eventhubs 2.3.0

The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

org.apache.camel.quarkus
ArtifactId

ArtifactId

camel-quarkus-azure-eventhubs
Version

Version

2.3.0
Type

Type

jar

Download camel-quarkus-azure-eventhubs 2.3.0


<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-azure-eventhubs/ -->
<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-azure-eventhubs</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-azure-eventhubs/
implementation 'org.apache.camel.quarkus:camel-quarkus-azure-eventhubs:2.3.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-azure-eventhubs/
implementation ("org.apache.camel.quarkus:camel-quarkus-azure-eventhubs:2.3.0")
'org.apache.camel.quarkus:camel-quarkus-azure-eventhubs:jar:2.3.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-azure-eventhubs" rev="2.3.0">
  <artifact name="camel-quarkus-azure-eventhubs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-azure-eventhubs', version='2.3.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-azure-eventhubs" % "2.3.0"
[org.apache.camel.quarkus/camel-quarkus-azure-eventhubs "2.3.0"]