Hello,
is it possible (and if yes, how) to use the Universal Messaging as a JMS provider with the new jakarta classes? In Java 17, all javax.*
classes have been renamed to jakarta.*
.
We have a SpringBoot-2 based application that communicates with UM using the JMS API. Now we’d like to migrate the application to SpringBoot-3 and Java 17. And face the problem that SpringBoot uses jakarta classes whereas UM with its client side library uses the old javax classes.
Any hints on this are very welcome.
Thank you.
#webMethods#Universal-Messaging-Broker