Registry / messaging / hornetq-server

hornetq-server

JSON →
library2.4.11.Finaljavamavenunverified

Putting the buzz in messaging - a high-performance, clustered, asynchronous messaging system.

<dependency> <groupId>org.hornetq</groupId> <artifactId>hornetq-server</artifactId> <version>2.4.11.Final</version> </dependency>
INSTALL
IMPORT
SIG · HORNETQ-SERVER
H
hornetq-server
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.

HornetQServer
org.hornetq.core.server.HornetQServer

Starts an embedded HornetQ messaging server.

import org.hornetq.core.server.HornetQServer; import org.hornetq.core.server.impl.HornetQServerImpl; import org.hornetq.core.config.Configuration; import org.hornetq.core.config.impl.ConfigurationImpl; public class Quickstart { public static void main(String[] args) throws Exception { Configuration config = new ConfigurationImpl(); config.setPersistenceEnabled(false); config.setSecurityEnabled(false); HornetQServer server = new HornetQServerImpl(config); server.start(); System.out.println("HornetQ server started"); server.stop(); } }
Debug
Known issues
breakingHornetQ is superseded by ActiveMQ Artemis; consider migrating.
fix
Use ActiveMQ Artemis as the replacement for HornetQ.
affects: *
Upgrade
Version history
2.4.11.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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