mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 02:29:08 +00:00
Back in version 2.17.0 we began to provide Maven artifacts for Jakarta Messaging client resources. This commit expands that support in the following ways: - Distribute a Jakarta Messaging 3.0 client with the broker (in the 'lib/client' directory alongside the JMS client. - Update documentation. - Add example using the Jakarta Messaging client. - Update Artemis CLI to use core instead of JMS as it was causing conflicts with the new Jarkarta Messaging client. - Add example to build Jarkarta Messaging version of the JCA RA for deployment into Jakarta EE 9 application servers.