Registry / messaging / activemq-all

activemq-all

JSON →
library6.2.6javamavenunverified

ActiveMQ is a message broker that provides reliable messaging and integration patterns for Java applications.

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

Creates a connection to an ActiveMQ broker.

import org.apache.activemq.ActiveMQConnectionFactory; import javax.jms.*; public class Main { 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"); connection.close(); } }
Debug
Known issues
gotchaThe activemq-all bundle includes all dependencies, which may cause classpath conflicts.
fix
Use individual activemq-client and activemq-broker modules instead of activemq-all to avoid dependency clashes.
affects: >=6.0.0
Upgrade
Version history
6.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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