Skip to content

Commit

Permalink
[AMQ-9401] Minor doc update referencing javax instead of jakarta
Browse files Browse the repository at this point in the history
(cherry picked from commit 74b31ff)
  • Loading branch information
mattrpav authored and jbonofre committed Nov 29, 2023
1 parent 7086edc commit e5387bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembly/src/release/docs/WebConsole-README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

Expand Down

0 comments on commit e5387bd

Please sign in to comment.