This is an automated email from the ASF dual-hosted git repository.

mattrpav 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 74e31564e [AMQ-8322] Fix type-o in maven coordinate for 
activemq-client-jakarta (#107)
74e31564e is described below

commit 74e31564e5181ba2a2e7a24322d0060cd84a2a20
Author: Matt Pavlovich <[email protected]>
AuthorDate: Wed Mar 29 08:57:29 2023 -0500

    [AMQ-8322] Fix type-o in maven coordinate for activemq-client-jakarta (#107)
    
    - Add PR link for JMS2 producer send delay feature
---
 src/jms2.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/jms2.md b/src/jms2.md
index ecfb83276..3994ec0d8 100644
--- a/src/jms2.md
+++ b/src/jms2.md
@@ -50,7 +50,7 @@ To use the Jakarta client in Maven:
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-client-jakarta</clientId>
+      <artifactId>activemq-client-jakarta</artifactId>
       <version>${activemq.version}</version>
     </dependency>
 
@@ -72,7 +72,7 @@ JIRA|Status|Target Version|Completed Version|Feature|Notes
 [AMQ-8322](https://issues.apache.org/jira/browse/AMQ-8322) | merged | 5.18.0 | 
5.18.0 | JMSConsumer | Consume messages
 [AMQ-8322](https://issues.apache.org/jira/browse/AMQ-8322) | merged | 5.18.0 | 
5.18.0 | JMSProducer | Produce messages
 [AMQ-8321](https://issues.apache.org/jira/browse/AMQ-8321) | merged | 5.18.0 | 
5.18.0 | GetBody/isBodyAssignable | Support for checking body type using a 
Class<?>
-[AMQ-8320](https://issues.apache.org/jira/browse/AMQ-8320) | | 5.18.1 | | 
Delivery Delay | Support for Message DeliveryDelay feature
+[AMQ-8320](https://issues.apache.org/jira/browse/AMQ-8320) | PR 
[#982](https://github.com/apache/activemq/pull/982)| 5.18.1 | | Delivery Delay 
| Support for Message DeliveryDelay feature
 [AMQ-8324](https://issues.apache.org/jira/browse/AMQ-8324) | | 5.18.1 | | 
JMSProducer features | Completion Listener async send support
 [AMQ-8323](https://issues.apache.org/jira/browse/AMQ-8323) | | TBD | | Shared 
Topic Consumer | Multi-consumer (queue-like) consuming from topic subscriptions
 [AMQ-8325](https://issues.apache.org/jira/browse/AMQ-8325) | | TBD | | XA 
Connection methods | Updated methods when using XA Transactions

Reply via email to