For both the Classic (Since 5.18.0) and Artemis (Since 2.17.0) there is support for the Jakarta namespace in the client:
1. Classic: https://mvnrepository.com/artifact/org.apache.activemq/activemq-client-jakarta 2. Artemis: https://mvnrepository.com/artifact/org.apache.activemq/artemis-jakarta-client But what about the broker itself? I am using both brokers embedded in a Spring Boot application. Is support for the broker on server side already planned? Will there be two versions available like currently for example with Jetty 10.x (javax) and 11.x (jakarta)? Raymond