{"id":73647,"library":"hornetq-jms","title":"HornetQ JMS","description":"HornetQ is a high-performance, clustered, and embeddable messaging system providing JMS (Java Message Service) implementation.","status":"active","version":"2.2.14.Final","language":"java","source_language":null,"source_url":"https://github.com/hornetq/hornetq","tags":["messaging","jms","hornetq","queue"],"install":[{"cmd":"<dependency>\n  <groupId>org.hornetq</groupId>\n  <artifactId>hornetq-jms</artifactId>\n  <version>2.2.14.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.hornetq:hornetq-jms:2.2.14.Final'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HornetQConnectionFactory","correct":"org.hornetq.jms.client.HornetQConnectionFactory"}],"quickstart":{"code":"import org.hornetq.jms.client.HornetQConnectionFactory;\nimport javax.jms.*;\n\npublic class Quickstart {\n    public static void main(String[] args) throws Exception {\n        HornetQConnectionFactory factory = new HornetQConnectionFactory();\n        Connection connection = factory.createConnection();\n        connection.start();\n        System.out.println(\"Connected to HornetQ\");\n        connection.close();\n    }\n}","lang":"java","description":"Creates a JMS connection using HornetQ."},"warnings":[],"env_vars":null,"search_vec":"'cluster':9 'embedd':11 'high':7 'high-perform':6 'hornetq':1,3,22 'implement':19 'java':16 'jms':2,15,21 'messag':12,17,20 'perform':8 'provid':14 'queue':23 'servic':18 'system':13","created_at":"2026-06-17T18:53:29.652594+00:00","updated_at":"2026-06-17T18:53:29.652594+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-jms/","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}}