Registry / messaging / artemis-server

artemis-server

JSON →
library2.54.0javamavenunverified

ActiveMQ Artemis is a high-performance message broker that provides asynchronous messaging with support for JMS and other protocols.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-server</artifactId> <version>2.54.0</version> </dependency>
INSTALL
IMPORT
SIG · ARTEMIS-SERVER
A
artemis-server
messagingjavav2.54.0
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.

EmbeddedActiveMQ
org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ

Starts an embedded ActiveMQ Artemis server.

import org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ; public class Main { public static void main(String[] args) throws Exception { EmbeddedActiveMQ server = new EmbeddedActiveMQ(); server.start(); System.out.println("Artemis server started"); server.stop(); } }
Debug
Known issues
breakingArtemis 2.x has breaking changes in configuration compared to 1.x, especially in XML schema.
fix
Update your broker.xml to use the new schema namespace (urn:activemq:core) and review configuration changes.
affects: >=2.0.0
Upgrade
Version history
2.54.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
34
OpenAI (training)
1
Resources
artemis-server — mvn dependency:get artemis-server · libregistry