<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-jms</artifactId>
<version>3.25.0</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-jms" % "3.25.0"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-jms', version='3.25.0')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-jms" rev="3.25.0" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-messaging</artifactId> <version>3.25.0</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-jms-client:2.27.1
|-- org.apache.activemq:artemis-server:2.27.1
|-- commons-io:commons-io:2.11.0
|-- jakarta.json:jakarta.json-api
|-- jakarta.json.bind:jakarta.json.bind-api