Spring boot upgarde issue come. Ibm. disthub2. Impl. Jms. TextMesaageImpl

52 views Asked by At

incompatible types com. ibm. disthub2. impl. jms. TextMessageIpml to jakart.jms.TextMessage facing this issue while doing spring boot upgrade please some help here

Need to help on this on how yo fix it and what is wrong please help

1

There are 1 answers

0
chughts On

You will have an import that looks like:

import com.ibm.jms.JMSTextMessage;

that needs to be converted into an import that looks like:

import com.ibm.jakarta.jms.JMSTextMessage;