Artemis-jms-client Download [repack] -
Download the .jar file and add it to your application's library path. Basic Client Configuration
To use in your Java application, downloading and configuring the artemis-jms-client is the first step toward high-performance messaging. Artemis is the successor to ActiveMQ Classic, offering a non-blocking architecture designed for extreme performance and scalability. Choosing Your Client Variant artemis-jms-client download
: The modern alternative for Jakarta Messaging 3.x projects (common in Spring Boot 3+ and modern Jakarta EE), using the jakarta.messaging namespace. Download the
implementation 'org.apache.activemq:artemis-jms-client:2.53.0' Use code with caution. 3. Manual JAR Download Choosing Your Client Variant : The modern alternative
If you aren't using a build tool, you can download the JAR files directly from Maven Central . Navigate to the Central Repository: artemis-jms-client-all. Select your desired version (e.g., 2.53.0 ).
You can find the latest versions and coordinates on the Artemis Maven Repository page . For Gradle projects, add this to your build.gradle file: