vual opened a new issue, #694:
URL: https://github.com/apache/rocketmq-spring/issues/694

   An attempt was made to call a method that does not exist. The attempt was 
made from the following location:
   
       
org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer.initRocketMQPushConsumer(DefaultRocketMQListenerContainer.java:645)
   
   The following method did not exist:
   
       'void 
org.apache.rocketmq.client.consumer.DefaultMQPushConsumer.setNamespaceV2(java.lang.String)'
   
   The calling method's class, 
org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer, was loaded 
from the following location:
   
       
jar:file:/D:/Maven/repository_idea/org/apache/rocketmq/rocketmq-spring-boot/2.3.1/rocketmq-spring-boot-2.3.1.jar!/org/apache/rocketmq/spring/support/DefaultRocketMQListenerContainer.class
   
   The called method's class, 
org.apache.rocketmq.client.consumer.DefaultMQPushConsumer, is available from 
the following locations:
   
       
jar:file:/D:/Maven/repository_idea/org/apache/rocketmq/rocketmq-client/5.1.4/rocketmq-client-5.1.4.jar!/org/apache/rocketmq/client/consumer/DefaultMQPushConsumer.class
   
   The called method's class hierarchy was loaded from the following locations:
   
       org.apache.rocketmq.client.consumer.DefaultMQPushConsumer: 
file:/D:/Maven/repository_idea/org/apache/rocketmq/rocketmq-client/5.1.4/rocketmq-client-5.1.4.jar
       org.apache.rocketmq.client.ClientConfig: 
file:/D:/Maven/repository_idea/org/apache/rocketmq/rocketmq-client/5.1.4/rocketmq-client-5.1.4.jar
   
   
   Action:
   
   Correct the classpath of your application so that it contains compatible 
versions of the classes 
org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer and 
org.apache.rocketmq.client.consumer.DefaultMQPushConsumer
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to