Starter for using Apache Artemis and JMS messaging in Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-artemis</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sends a JMS message using Spring's JmsTemplate.
Use Jakarta JMS (jakarta.jms) instead of javax.jms for Spring Boot 3+.
No dependency data recorded yet.