Registry / messaging / activemq-osgi

activemq-osgi

JSON →
library6.2.6javamavenunverified

OSGi bundle packaging for Apache ActiveMQ message broker.

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

ActiveMQConnectionFactory
org.apache.activemq.ActiveMQConnectionFactory

Create a connection to an ActiveMQ broker.

import org.apache.activemq.ActiveMQConnectionFactory; import javax.jms.Connection; public class Example { public static void main(String[] args) throws Exception { ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory("tcp://localhost:61616"); Connection connection = factory.createConnection(); connection.start(); System.out.println("Connected to ActiveMQ"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
40
OpenAI (training)
1
Resources
activemq-osgi — mvn dependency:get activemq-osgi · libregistry