messaginghub / pooled-jms

A JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 and Jakarta JMS clients
Apache License 2.0
49 stars 25 forks source link

Will this library be updated to use jakarta.jms instead of javax? #23

Closed jdelacruz9 closed 2 years ago

jdelacruz9 commented 2 years ago

Just wondering if this library will be updated to use jakarta.jms instead of javax.jms. If that's the case, is there a timeline?

Thanks

tabish121 commented 2 years ago

It will probably move at some point, but no schedule for that is set as of yet

ibmmqmet commented 2 years ago

For reference - the Spring Boot 3.x milestone releases have apparently removed the option to use this for now because of the jakarta requirement. See https://github.com/spring-projects/spring-boot/issues/28701 And although they have stated a target for 4Q22 as their official release date, it would take time to reinstate.

tabish121 commented 2 years ago

See PR #26 for upcoming Jakarta JMS 3.0 switchover which should be merged once Qpid JMS 2.0 is released featuring same.

tabish121 commented 2 years ago

Pooled-JMS 3.0.0 has been released which now utilizes Jakarta JMS 3 APIs

gemmellr commented 2 years ago

I noted the new release on the original Spring Boot 3.0.0-M1 removal issue, it has now been unwound on main to reinstate pooling support for 3.0.0-M3: https://github.com/spring-projects/spring-boot/issues/30865.