<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-amqp</artifactId>
<version>4.26.0</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-amqp" % "4.26.0"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-amqp', version='4.26.0')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-amqp" rev="4.26.0" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>4.26.0</version> </parent>
compile
|-- io.smallrye.reactive:smallrye-reactive-messaging-provider
|-- io.smallrye.reactive:smallrye-mutiny-vertx-amqp-client
|-- io.smallrye.reactive:smallrye-reactive-messaging-otel
|-- io.vertx:vertx-amqp-client
provided
|-- io.smallrye.reactive:smallrye-connector-attribute-processor
test
|-- org.apache.activemq:artemis-jakarta-server
|-- org.apache.activemq:artemis-amqp-protocol
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-core
|-- io.smallrye.config:smallrye-config
|-- io.smallrye.reactive:test-common
|-- io.opentelemetry:opentelemetry-sdk-trace
|-- io.opentelemetry:opentelemetry-sdk-testing