Registry / messaging / hornetq-jms

hornetq-jms

JSON →
library2.2.14.Finaljavamavenunverified

HornetQ is a high-performance, clustered, and embeddable messaging system providing JMS (Java Message Service) implementation.

<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-jms</artifactId> <version>2.2.14.Final</version> </dependency>
INSTALL
IMPORT
SIG · HORNETQ-JMS
H
hornetq-jms
messagingjavav2.2.14.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 using HornetQ.

import org.hornetq.jms.client.HornetQConnectionFactory; import javax.jms.*; public class Quickstart { public static void main(String[] args) throws Exception { HornetQConnectionFactory factory = new HornetQConnectionFactory(); Connection connection = factory.createConnection(); connection.start(); System.out.println("Connected to HornetQ"); connection.close(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.14.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 — mvn dependency:get hornetq-jms · libregistry