Re: Jakarta dependencies

2023-11-04 Thread ski n
3 at 3:05 PM Matt Pavlovich wrote: > Hi Raymond- > > ActiveMQ 6 (ActiveMQ 5.x w/ Jakarta support) supports JDK 21. > > The Jakarta dependencies are transitive, if you just use the client then > the list is Jakarta JMS and (optionally Transaction). > > If you add in the Jaka

Re: Jakarta dependencies

2023-11-03 Thread Matt Pavlovich
Hi Raymond- ActiveMQ 6 (ActiveMQ 5.x w/ Jakarta support) supports JDK 21. The Jakarta dependencies are transitive, if you just use the client then the list is Jakarta JMS and (optionally Transaction). If you add in the Jakarta-based broker it can expand depending on if you are using JDBC

Re: Jakarta dependencies

2023-11-03 Thread Robbie Gemmell
Yes that list looks correct re: Jakarta.. For 5.x/6.x there are some relevant details at https://activemq.apache.org/jms2 around the ongoing JMS 2 and now Jakarta Messaging 3.1 work that might answer your questions. For Artemis, there are relevant details at

Jakarta dependencies

2023-11-03 Thread ski n
I'm planning to move to Jakarta namespace (JEE10). What I understand is: 1. ActiveMQ Classic Server: Jakarta is not supported (but will be soon from version 6). 2. ActiveMQ Classic Client: Jakarta is supported. 3. ActiveMQ Artemis Server: Jakarta is supported. 4. ActiveMQ Artemis Client: Jakarta