Registry / messaging / hornetq-core

hornetq-core

JSON →
library2.2.14.Finaljavamavenunverified

Putting the buzz in messaging — a high-performance messaging system.

<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-core</artifactId> <version>2.2.14.Final</version> </dependency>
INSTALL
IMPORT
SIG · HORNETQ-CORE
H
hornetq-core
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.

HornetQServer
✓ org.hornetq.core.server.HornetQServer

Starts a basic HornetQ messaging server.

import org.hornetq.core.server.HornetQServer; import org.hornetq.core.server.impl.HornetQServerImpl; public class Example { public static void main(String[] args) throws Exception { HornetQServer server = new HornetQServerImpl(); server.start(); System.out.println("HornetQ server started"); } }
Debug
Known issues
breakingHornetQ is superseded by ActiveMQ Artemis; consider migrating.
fix
Use ActiveMQ Artemis instead for continued support.
affects: all
Upgrade
Version history
2.2.14.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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