{"id":75962,"library":"qpid-client","title":"Qpid Client","description":"JMS client supporting AMQP 0-8, 0-9, 0-9-1 and 0-10 for messaging applications.","status":"active","version":"6.4.0","language":"java","source_language":null,"source_url":"https://gitbox.apache.org/repos/asf/qpid-jms-amqp-0-x.git","tags":["jms","amqp","messaging","qpid","client"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.qpid</groupId>\n  <artifactId>qpid-client</artifactId>\n  <version>6.4.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.qpid:qpid-client:6.4.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ConnectionFactory","correct":"javax.jms.ConnectionFactory"}],"quickstart":{"code":"import javax.jms.ConnectionFactory;\nimport org.apache.qpid.client.AMQConnectionFactory;\n\npublic class Main {\n    public static void main(String[] args) throws Exception {\n        ConnectionFactory factory = new AMQConnectionFactory(\"amqp://guest:guest@localhost:5672/\");\n        System.out.println(\"Factory created\");\n    }\n}","lang":"java","description":"Minimal usage of Qpid JMS client."},"warnings":[{"fix":"Check broker AMQP version and configure accordingly.","message":"Qpid client supports older AMQP versions; ensure broker compatibility.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'-1':13 '-10':16 '-8':8 '-9':10,12 '0':7,9,11,15 'amqp':6,21 'applic':19 'client':2,4,24 'jms':3,20 'messag':18,22 'qpid':1,23 'support':5","created_at":"2026-06-17T19:23:09.409425+00:00","updated_at":"2026-06-17T19:23:09.409425+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://qpid.apache.org/components","github":null,"docs":"https://appdoc.app/artifact/org.apache.qpid/qpid-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}}