Registry / messaging / activemq-karaf

activemq-karaf

JSON →
library6.2.6javamavenunverified

Resources and features for deploying Apache ActiveMQ inside the Apache Karaf OSGi container.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-karaf</artifactId> <version>6.2.6</version> </dependency>
INSTALL
IMPORT
SIG · ACTIVEMQ-KARAF
A
activemq-karaf
messagingjavav6.2.6
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.

BrokerService
org.apache.activemq.broker.BrokerService

Start an embedded ActiveMQ broker programmatically.

import org.apache.activemq.broker.BrokerService; public class Example { public static void main(String[] args) throws Exception { BrokerService broker = new BrokerService(); broker.addConnector("tcp://localhost:61616"); broker.start(); System.out.println("ActiveMQ broker started."); broker.stop(); } }
Debug
Known issues
breakingActiveMQ Karaf features may require specific Karaf version compatibility.
fix
Check the ActiveMQ documentation for the recommended Karaf version.
affects: all
Upgrade
Version history
6.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
activemq-karaf — mvn dependency:get activemq-karaf · libregistry