A Jakarta-compatible broker implementation of ActiveMQ "Classic" is not yet available, but work is underway. You can track progress here [1].
ActiveMQ Artemis started shipping a Jakarta-compatible broker implementation in 2.17.0 at the same time as the client was made available (February 2021). See here [2]. Justin [1] https://github.com/apache/activemq/pull/996 [2] https://mvnrepository.com/artifact/org.apache.activemq/artemis-jakarta-server On Mon, Jun 19, 2023 at 11:11 AM ski n <raymondmees...@gmail.com> wrote: > 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 >