rabbitmq版本和pom依赖问题

rabbitmq版本和pom依赖问题

重点:一定要注意rabbitmq的版本和pom依赖的版本

----我的rabbitmq版本是3.6.10,pom依赖版本是
		<dependency>
            <groupId>com.rabbitmq</groupId>
            <artifactId>amqp-client</artifactId>
            <version>3.0.4</version>
        </dependency>

不然会出现以下错误

G:\develop\software\java\bin\java.exe "-javaagent:G:\develop\software\idea\IntelliJ IDEA 2020.1\lib\idea_rt.jar=53792:G:\develop\software\idea\IntelliJ IDEA 2020.1\bin" -Dfile.encoding=UTF-8 -classpath G:\develop\software\java\jre\lib\charsets.jar;G:\develop\software\java\jre\lib\deploy.jar;G:\develop\software\java\jre\lib\ext\access-bridge-64.jar;G:\develop\software\java\jre\lib\ext\cldrdata.jar;G:\develop\software\java\jre\lib\ext\dnsns.jar;G:\develop\software\java\jre\lib\ext\jaccess.jar;G:\develop\software\java\jre\lib\ext\jfxrt.jar;G:\develop\software\java\jre\lib\ext\localedata.jar;G:\develop\software\java\jre\lib\ext\nashorn.jar;G:\develop\software\java\jre\lib\ext\sunec.jar;G:\develop\software\java\jre\lib\ext\sunjce_provider.jar;G:\develop\software\java\jre\lib\ext\sunmscapi.jar;G:\develop\software\java\jre\lib\ext\sunpkcs11.jar;G:\develop\software\java\jre\lib\ext\zipfs.jar;G:\develop\software\java\jre\lib\javaws.jar;G:\develop\software\java\jre\lib\jce.jar;G:\develop\software\java\jre\lib\jfr.jar;G:\develop\software\java\jre\lib\jfxswt.jar;G:\develop\software\java\jre\lib\jsse.jar;G:\develop\software\java\jre\lib\management-agent.jar;G:\develop\software\java\jre\lib\plugin.jar;G:\develop\software\java\jre\lib\resources.jar;G:\develop\software\java\jre\lib\rt.jar;D:\xiangmu\ideaxiangmu\ideaxiangmu\xcEduService01\test-rabbitmq-producer\target\test-classes;D:\xiangmu\ideaxiangmu\ideaxiangmu\xcEduService01\test-rabbitmq-producer\target\classes;D:\software\develop\maven\repository_xczx\org\springframework\boot\spring-boot-starter-amqp\1.4.5.RELEASE\spring-boot-starter-amqp-1.4.5.RELEASE.jar;D:\software\develop\maven\repository_xczx\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;D:\software\develop\maven\repository_xczx\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;D:\software\develop\maven\repository_xczx\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;D:\software\develop\maven\repository_xczx\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;D:\software\develop\maven\repository_xczx\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;D:\software\develop\maven\repository_xczx\org\springframework\spring-messaging\5.0.5.RELEASE\spring-messaging-5.0.5.RELEASE.jar;D:\software\develop\maven\repository_xczx\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;D:\software\develop\maven\repository_xczx\org\springframework\amqp\spring-rabbit\2.0.3.RELEASE\spring-rabbit-2.0.3.RELEASE.jar;D:\software\develop\maven\repository_xczx\org\springframework\amqp\spring-amqp\2.0.3.RELEASE\spring-amqp-2.0.3.RELEASE.jar;D:\software\develop\maven\repository_xczx\com\rabbitmq\amqp-client\5.1.2\amqp-client-5.1.2.jar;D:\software\develop\maven\repository_xczx\com\rabbitmq\http-client\2.0.1.RELEASE\http-client-2.0.1.RELEASE.jar;D:\software\develop\maven\repository_xczx\org\springframework\spring-webflux\5.0.5.RELEASE\spring-webflux-5.0.5.RELEASE.jar;D:\software\develop\maven\repository_xczx\io\projectreactor\reactor-core\3.1.6.RELEASE\reactor-core-3.1.6.RELEASE.jar;D:\software\develop\maven\repository_xczx\org\reactivestreams\reactive-streams\1.0.2\reactive-streams-1.0.2.jar;D:\software\develop\maven\repository_xczx\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar;D:\software\develop\maven\repository_xczx\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9.jar;D:\software\develop\maven\repository_xczx\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;D:\software\develop\maven\repository_xczx\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;D:\software\develop\maven\repository_xczx\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;D:\software\develop\maven\repository_xczx\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;D:\software\develop\maven\repository_xczx\io\projectreactor\ipc\reactor-netty\0.7.6.RELEASE\reactor-netty-0.7.6.RELEASE.jar;D:\software\develop\maven\repository_xczx\io\netty\netty-codec-http\4.1.23.Final\netty-codec-http-4.1.23.Final.jar;D:\software\develop\maven\repository_xczx\io\netty\netty-codec\4.1.23.Final\netty-codec-4.1.23.Final.jar;D:\software\develop\maven\repository_xczx\io\netty\netty-handler\4.1.23.Final\netty-handler-4.1.23.Final.jar;D:\software\develop\maven\repository_xczx\io\netty\netty-buffer\4.1.23.Final\netty-buffer-4.1.23.Final.jar;D:\software\develop\maven\repository_xczx\io\netty\netty-transport\4.1.23.Final\netty-transport-4.1.23.Final.jar;D:\software\develop\maven\repository_xczx\io\netty\netty-resolver\4.1.23.Final\netty-resolver-4.1.23.Final.jar;D:\software\develop\maven\repository_xczx\io\netty\netty-handler-proxy\4.1.23.Final\netty-handler-proxy-4.1.23.Final.jar;D:\software\develop\maven\repository_xczx\io\netty\netty-codec-socks\4.1.23.Final\netty-codec-socks-
  • 2
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值