Reputation: 1
While upgrading to the latest SpringBoot versions from 2.x to 3.x, I have encountered that there is version compatibility issue for Oracle Advance queue "AQjmsFactory" with Jakarta.jms package.
AQjmsFactory is providing connectionfactory of javax.jms.ConnectionFactory but SrpingBoot 3.x has upgraded with jakarta.jms.ConnectionFactory package. Hence we are unable to upgrade to SpringBoot 3.x with Oracle Advance queue.
From Oracle AQ Documentation https://docs.oracle.com/database/121/JAJMS/oracle/jms/AQjmsFactory.html
Please let me know if there is any possible solution.
I have tried this below suggested answer, but it did not work Oracle Advanced Queuing and Jakarta namespace
Upvotes: 0
Views: 1110