Merge pull request #1125 from hyteio/AMQ-9401

[AMQ-9401] Minor doc update referencing javax instead of jakarta
This commit is contained in:
JB Onofré 2023-11-22 13:49:14 +01:00 committed by GitHub
commit 98c62f6568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: