Registry / messaging / activemq-amqp

activemq-amqp

JSON →
library6.2.6javamavenunverified

ActiveMQ implementation of the AMQP messaging protocol for reliable message exchange.

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

ActiveMQAMQPConnectionFactory
org.apache.activemq.transport.amqp.ActiveMQAMQPConnectionFactory

Creates an AMQP connection to an ActiveMQ broker.

import org.apache.activemq.transport.amqp.ActiveMQAMQPConnectionFactory; public class Quickstart { public static void main(String[] args) throws Exception { ActiveMQAMQPConnectionFactory factory = new ActiveMQAMQPConnectionFactory(); factory.setBrokerURL("amqp://localhost:5672"); javax.jms.Connection connection = factory.createConnection(); connection.start(); System.out.println("Connected to ActiveMQ via AMQP"); connection.close(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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