Registry / messaging / hornetq-jms-client

hornetq-jms-client

JSON →
library2.4.11.Finaljavamavenunverified

JMS client library for the HornetQ high-performance messaging system.

<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-jms-client</artifactId> <version>2.4.11.Final</version> </dependency>
INSTALL
IMPORT
SIG · HORNETQ-JMS-CLIENT
H
hornetq-jms-client
messagingjavav2.4.11.Final
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.

HornetQConnectionFactory
org.hornetq.jms.client.HornetQConnectionFactory

Creates a JMS connection to HornetQ.

import org.hornetq.jms.client.HornetQConnectionFactory; import javax.jms.Connection; public class Example { public static void main(String[] args) throws Exception { HornetQConnectionFactory factory = new HornetQConnectionFactory("tcp://localhost:61616"); Connection connection = factory.createConnection(); connection.start(); System.out.println("Connected to HornetQ"); connection.close(); } }
Debug
Known issues
breakingHornetQ is superseded by ActiveMQ Artemis; API compatibility is not guaranteed.
fix
Migrate to ActiveMQ Artemis client library.
affects: >=2.0.0
Upgrade
Version history
2.4.11.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
hornetq-jms-client — mvn dependency:get hornetq-jms-client · libregistry