I have 2 modules that communicate through an Artemis 2.17.0 active/passive cluster:
- one legacy with the listener (the one that gets the warn message) where there is an OpenWire JMS library from ActiveMQ "Classic"
- the other is a Spring Boot 3 application with the producer that uses the
artemis-jakarta-client
(is the only difference with Spring Boot 2.7 that usesartemis-jms-client
)
Then since I've moved to Spring Boot 3 the messages keep going in DLQ. Only the first message after the application startup succeed to be consumed.