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

jbonofre pushed a commit to branch activemq-6.0.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-6.0.x by this push:
     new e5387bd84 [AMQ-9401] Minor doc update referencing javax instead of 
jakarta
e5387bd84 is described below

commit e5387bd84c554587670a896eb804f422d872929b
Author: Matt Pavlovich <[email protected]>
AuthorDate: Tue Nov 21 11:31:25 2023 -0600

    [AMQ-9401] Minor doc update referencing javax instead of jakarta
    
    (cherry picked from commit 74b31ff)
---
 assembly/src/release/docs/WebConsole-README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assembly/src/release/docs/WebConsole-README.txt 
b/assembly/src/release/docs/WebConsole-README.txt
index 1e3cf7b1b..e6ed5eb9d 100644
--- a/assembly/src/release/docs/WebConsole-README.txt
+++ b/assembly/src/release/docs/WebConsole-README.txt
@@ -36,7 +36,7 @@ and jmx uri(s):
    ----
      If your servlet container supports JNDI it's possible to use a 
JMS-ConnectionFactory
      configured outside the war:
-       java:comp/env/jms/connectionFactory: javax.jms.ConnectionFactory for 
the broker
+       java:comp/env/jms/connectionFactory: jakarta.jms.ConnectionFactory for 
the broker
        java:comp/env/jmx/url: URL of the brokers JMX (Type java.lang.String)   
    
        
        
@@ -46,7 +46,7 @@ Installing Web consoles in Apache Karaf / Apache ServiceMix
 
 If you are using Apache Karaf, you can install ActiveMQ broker / client into 
the container using:
 
-   features:chooseurl activemq 5.9.0
+   features:chooseurl activemq 6.0.0
 
 To install the broker:
 

Reply via email to