This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new b0a2372b9 add links to Jakarta Messaging APIs to the API docs section
b0a2372b9 is described below
commit b0a2372b98afb56dda60f92a2242ae3f0bd2cd1c
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Jul 5 12:07:33 2023 +0100
add links to Jakarta Messaging APIs to the API docs section
---
src/components/artemis/documentation/docs.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/components/artemis/documentation/docs.md
b/src/components/artemis/documentation/docs.md
index 32b570fe6..590e685af 100644
--- a/src/components/artemis/documentation/docs.md
+++ b/src/components/artemis/documentation/docs.md
@@ -18,6 +18,10 @@ The user manuals for earlier versions are also available on
the [previous docs](
* [HTML](javadocs/javadoc-latest)
+See also the JMS / Jakarta Messaging API used for the respective clients:
+* <a href="https://jakarta.ee/specifications/messaging/2.0/apidocs/"
target="_parent">Jakarta Messaging 2.0 - javax.jms</a>
+* <a href="https://jakarta.ee/specifications/messaging/3.1/apidocs/"
target="_parent">Jakarta Messaging 3.1 - jakarta.jms</a>
+
#### Hacking Guide
* [HTML](./hacking-guide)