When the spring-boot-starter-parent version is 2.5.3, the introduction of spring-cloud-starter-bus-amqp will lead to this problem. The constructor of AmqpInboundChannelAdapter exists in the version 5.5.1 spring-integration-amqp , but not exist in the version 5.5.2. Who can correct it? Thank you