eventuate-foundation / eventuate-messaging-activemq

Other
1 stars 4 forks source link

spring boot 3 java.jms.* to jakarta.jms.* #13

Open kwonglau opened 1 year ago

kwonglau commented 1 year ago

affected classes EventuateActiveMQProducer and MessageConsumerActiveMQImpl.

It is a pain to create 2 more modules just to deal with the import statement and the dependency

org.apache.activemq:activemq-core -> org.apache.activemq:activemq-client-jakarta

also. as mention in https://github.com/eventuate-foundation/eventuate-common/issues/130, all the auto configuration class as to using the new annotation @AutoConfiguration. it is very hard to maintain the compatibility between spring boot 2 and spring boot 3 with one branch.

cer commented 1 year ago

To be honest, I've not encountered people using JMS - just Kafka and RabbitMQ. I'm tempted to drop support for it.

kwongpan commented 1 year ago

That’s good