Registry / messaging / activemq-core

activemq-core

JSON →
library5.7.0javamavenunverified

Core message broker and client implementations for Apache ActiveMQ.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-core</artifactId> <version>5.7.0</version> </dependency>
INSTALL
IMPORT
SIG · ACTIVEMQ-CORE
A
activemq-core
messagingjavav5.7.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.

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
breakingVersion 5.7.0 is very old; upgrade to 5.18.x for security fixes.
fix
Use org.apache.activemq:activemq-client:5.18.0 or later.
affects: <5.15.0
Upgrade
Version history
5.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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