Mirror of Apache Qpid JMS

Clone this repo:
  1. aec3706 [maven-release-plugin] prepare for next development iteration by Robbie Gemmell · 2 weeks ago main
  2. 097d8f1 [maven-release-plugin] prepare release 2.3.0 by Robbie Gemmell · 2 weeks ago 2.3.0
  3. 0e80c84 QPIDJMS-583: Update to Netty 4.1.92 (and netty-tcnative 2.0.61 test dep) by Robbie Gemmell · 2 weeks ago
  4. b42d890 QPIDJMS-588: throw IAE on attempt to create connection factory with invalid failover URI components containing User-Info by Robbie Gemmell · 2 weeks ago
  5. 34b6766 NO-JIRA: add a JDK 20 build to the GHA CI job by Robbie Gemmell · 9 weeks ago

Qpid JMS

Qpid JMS is a JMS 2.0 client that uses the AMQP 1.0 protocol, enabling it to interact with various AMQP 1.0 servers.

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

Documentation source can be found in the qpid-jms-docs module, with a published version available on the website.

Distribution assemblies

After building the modules, src and binary distribution assemblies can be found at:

apache-qpid-jms/target