Skip to Main Content

Oracle Advanced Queuing and Jakarta namespace

user2120705Jun 23 2022

Hello everyone.
I am using Oracle AQ in my Java Spring Boot application. I have Oracle JMS implementation AQAPI as dependencies.
Recently I had tried to update the application to Spring Boot 3.x which is build on Jakarta, not Javax namespace. However my code is no longer compatible with Oracle AQ since is using Javax namespace, i.e. javax.jms.Connection.
Does Oracle have any plans to create new version compatible with Jakarta namespace?

Comments
Post Details
Added on Jun 23 2022
6 comments
693 views