-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mall-v2分支的订单服务问题 #9
Comments
对 mq 还有一些别的我都在nacos写了配置 当时不是说这个是热配置嘛 方便更改 我就把一些配置写到nacos里面了
…------------------ 原始邮件 ------------------
发件人: "1046762075/mall" <[email protected]>;
发送时间: 2020年11月2日(星期一) 下午2:43
收件人: "1046762075/mall"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [1046762075/mall] mall-v2分支的订单服务问题 (#9)
订单服务无法启动,报错信息:org.springframework.amqp.rabbit.listener.exception.FatalListenerStartupException: Mismatched queues
百度了半天也解决不了,求大佬指教。你是在nacos注册中心设置了额外的配置文件吗?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
你有高级篇的视频吗 这里面应该有
…------------------ 原始邮件 ------------------
发件人: "1046762075/mall" <[email protected]>;
发送时间: 2020年11月2日(星期一) 下午2:43
收件人: "1046762075/mall"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [1046762075/mall] mall-v2分支的订单服务问题 (#9)
订单服务无法启动,报错信息:org.springframework.amqp.rabbit.listener.exception.FatalListenerStartupException: Mismatched queues
百度了半天也解决不了,求大佬指教。你是在nacos注册中心设置了额外的配置文件吗?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
搞了个另类的解决方法: |
是的 那个测试类 我写了很多创建mq队列的 吧那些一一启动也行 解决就行了 当初我也卡了很久
…------------------ 原始邮件 ------------------
发件人: "1046762075/mall" <[email protected]>;
发送时间: 2020年11月3日(星期二) 上午8:51
收件人: "1046762075/mall"<[email protected]>;
抄送: " 汀西氟"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [1046762075/mall] mall-v2分支的订单服务问题 (#9)
搞了个另类的解决方法:
第一:rabbitMQ新建一个:mall-queue 队列
第二,注释掉arguments.put("x-message-ttl", ttl);
第三,启动订单服务。
第四,取消注释arguments.put("x-message-ttl", ttl);
第五,重启订单服务。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
订单服务无法启动,报错信息:org.springframework.amqp.rabbit.listener.exception.FatalListenerStartupException: Mismatched queues
百度了半天也解决不了,求大佬指教。你是在nacos注册中心设置了额外的配置文件吗?
The text was updated successfully, but these errors were encountered: