# qpid-jms **Repository Path**: l0km/qpid-jms ## Basic Information - **Project Name**: qpid-jms - **Description**: AMQP v1.0 client,can be used for android platform enable,remove jndi reference(javax.naming),l0km-0.11.x branch,JDK7 compatible,fork from - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/apache/qpid-jms.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-06 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QpidJMS The QpidJMS project provides a JMS based client that uses the AMQP v1.0 protocol. Below are some quick pointers you might find useful. ## Building the code The project requires Maven 3. Some example commands follow. Clean previous builds output and install all modules to local repository without running the tests: mvn clean install -DskipTests Install all modules to the local repository after running all the tests: mvn clean install Perform a subset tests on the packaged release artifacts without installing: mvn clean verify -Dtest=TestNamePattern* Execute the tests and produce code coverage report: mvn clean test jacoco:report ## Examples First build and install all the modules as detailed above (if running against a source checkout/release, rather than against released binaries) and then consult the README in the qpid-jms-examples module itself. ## Documentation There is some basic documentation in the qpid-jms-docs module. ## Distribution assemblies After building the modules, src and binary distribution assemblies can be found at: apache-qpid-jms/target