<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-jms</artifactId>
<version>4.16.2</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-jms" % "4.16.2"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-jms', version='4.16.2')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-jms" rev="4.16.2" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>4.16.2</version> </parent>
compile
|-- org.eclipse.microprofile.config:microprofile-config-api
|-- io.smallrye.reactive:smallrye-reactive-messaging-api
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- jakarta.annotation:jakarta.annotation-api
|-- io.smallrye.reactive:smallrye-reactive-messaging-provider
provided
|-- jakarta.jms:jakarta.jms-api
|-- io.smallrye.reactive:smallrye-connector-attribute-processor
test
|-- org.apache.activemq:artemis-jakarta-client:2.31.2
|-- org.apache.activemq:artemis-jakarta-server:2.31.2
|-- commons-io:commons-io:2.15.1
|-- jakarta.json:jakarta.json-api
|-- jakarta.json.bind:jakarta.json.bind-api