Reputation: 9
We are evaluating option to update ActiveMQ Classic from 5.16.5 to 5.18.2 which has Jakarta namespace support.
I could not find the 5.18.2 version available for the activemq-camel
jar on Maven repo. The latest version available for activemq-camel
is 5.16.5 which has references to old javax
package.
Has anyone faced similar issue?
Any recommendation is welcome.
Upvotes: 0
Views: 446
Reputation: 35122
The activemq-camel
module was removed from the ActiveMQ Classic code-base in early 2022 via AMQ-8457. You are recommended to use one of the following instead:
Upvotes: 3