Registry / messaging / artemis-service-extensions

artemis-service-extensions

JSON →
library2.53.0javamavenunverified

Provides service extension support for the Apache ActiveMQ Artemis high-performance messaging platform.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-service-extensions</artifactId> <version>2.53.0</version> </dependency>
INSTALL
IMPORT
SIG · ARTEMIS-SERVICE-EX
A
artemis-service-extensions
messagingjavav2.53.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.

ServiceExtension
org.apache.activemq.artemis.service.extensions.ServiceExtension

Minimal usage of a ServiceExtension implementation.

import org.apache.activemq.artemis.service.extensions.ServiceExtension; public class Example { public static void main(String[] args) { ServiceExtension extension = new ServiceExtension() { @Override public void start() { System.out.println("Service extension started"); } }; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.53.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
artemis-service-extensions — mvn dependency:get artemis-service-extensions · libregistry