HornetQ is a high-performance, clustered, asynchronous messaging system providing JMS server functionality.
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-jms-server</artifactId>
<version>2.4.11.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start a HornetQ JMS server instance
Replace HornetQ dependency with org.apache.activemq:artemis-jms-server and update imports
No dependency data recorded yet.