{"id":72642,"library":"hornetq-server","title":"HornetQ Server","description":"Putting the buzz in messaging - a high-performance, clustered, asynchronous messaging system.","status":"active","version":"2.4.11.Final","language":"java","source_language":null,"source_url":"https://github.com/hornetq/hornetq","tags":["hornetq","messaging","jms","server","asynchronous"],"install":[{"cmd":"<dependency>\n  <groupId>org.hornetq</groupId>\n  <artifactId>hornetq-server</artifactId>\n  <version>2.4.11.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.hornetq:hornetq-server:2.4.11.Final'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HornetQServer","correct":"org.hornetq.core.server.HornetQServer"}],"quickstart":{"code":"import org.hornetq.core.server.HornetQServer;\nimport org.hornetq.core.server.impl.HornetQServerImpl;\nimport org.hornetq.core.config.Configuration;\nimport org.hornetq.core.config.impl.ConfigurationImpl;\n\npublic class Quickstart {\n    public static void main(String[] args) throws Exception {\n        Configuration config = new ConfigurationImpl();\n        config.setPersistenceEnabled(false);\n        config.setSecurityEnabled(false);\n        HornetQServer server = new HornetQServerImpl(config);\n        server.start();\n        System.out.println(\"HornetQ server started\");\n        server.stop();\n    }\n}","lang":"java","description":"Starts an embedded HornetQ messaging server."},"warnings":[{"fix":"Use ActiveMQ Artemis as the replacement for HornetQ.","message":"HornetQ is superseded by ActiveMQ Artemis; consider migrating.","severity":"breaking","affected_versions":"*"}],"env_vars":null,"search_vec":"'asynchron':13,20 'buzz':5 'cluster':12 'high':10 'high-perform':9 'hornetq':1,16 'jms':18 'messag':7,14,17 'perform':11 'put':3 'server':2,19 'system':15","created_at":"2026-06-17T18:41:22.006846+00:00","updated_at":"2026-06-17T18:41:22.006846+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://hornetq.org","github":"https://github.com/hornetq/hornetq","docs":"https://appdoc.app/artifact/org.hornetq/hornetq-server/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}