Registry / messaging / spring-boot-starter-artemis

spring-boot-starter-artemis

JSON →
library4.0.6javamavenunverified

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>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-artemis
messagingjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JmsTemplate
org.springframework.jms.core.JmsTemplate

Sends a JMS message using Spring's JmsTemplate.

import org.springframework.jms.core.JmsTemplate; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @Component public class MessageSender { @Autowired private JmsTemplate jmsTemplate; public void send(String destination, String message) { jmsTemplate.convertAndSend(destination, message); } }
Debug
Known issues
breakingSpring Boot 3.x uses Jakarta JMS API; ensure compatibility with Artemis broker version.
fix
Use Jakarta JMS (jakarta.jms) instead of javax.jms for Spring Boot 3+.
affects: >=3.0.0
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
spring-boot-starter-artemis — mvn dependency:get spring-boot-starter-artemis · libregistry