{"id":65329,"library":"hornetq-jms-client","title":"HornetQ JMS Client","description":"JMS client library for the HornetQ high-performance messaging system.","status":"active","version":"2.4.11.Final","language":"java","source_language":null,"source_url":"https://github.com/hornetq/hornetq","tags":["hornetq","jms","messaging","client"],"install":[{"cmd":"<dependency>\n  <groupId>org.hornetq</groupId>\n  <artifactId>hornetq-jms-client</artifactId>\n  <version>2.4.11.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.hornetq:hornetq-jms-client:2.4.11.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.Connection;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        HornetQConnectionFactory factory = new HornetQConnectionFactory(\"tcp://localhost:61616\");\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 to HornetQ."},"warnings":[{"fix":"Migrate to ActiveMQ Artemis client library.","message":"HornetQ is superseded by ActiveMQ Artemis; API compatibility is not guaranteed.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'client':3,5,18 'high':11 'high-perform':10 'hornetq':1,9,15 'jms':2,4,16 'librari':6 'messag':13,17 'perform':12 'system':14","created_at":"2026-06-17T17:08:50.449856+00:00","updated_at":"2026-06-17T17:08:50.449856+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-client/","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}}