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 2d063b188 make 6.0.x entry note Jakarta Messaging
2d063b188 is described below
commit 2d063b188936ed75fb182a721646db9cd0fc07de
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Nov 3 09:51:15 2023 +0000
make 6.0.x entry note Jakarta Messaging
---
src/jms2.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/jms2.md b/src/jms2.md
index 5bbad5e49..0b38e5445 100644
--- a/src/jms2.md
+++ b/src/jms2.md
@@ -29,7 +29,7 @@ This allows for a dependency-update-only approach to the
transition without havi
Client jar|API Package|Version|Notes
---|---|---
-activemq-client | jakarta.jms | 6.0.x | JMS 3.1 support. Works with embedded
broker and VM transport.
+activemq-client | jakarta.jms | 6.0.x | Jakarta Messaging 3.1 support. Works
with embedded broker and VM transport.
activemq-client | javax.jms | 5.18.x | JMS 2.0 support. Works with embedded
broker and VM transport.
activemq-client-jakarta | jakarta.jms | 5.18.1+ | Transitional module for
initial *client-only* Jakarta Messaging 3.1 support. Can't be used in the same
JVM as activemq-client or broker which use javax.jms API. **Note this means no
embedded broker / VM transport support, only remote brokers.**