【发布时间】:2021-06-03 03:56:34
【问题描述】:
我有以下应用https://github.com/rengthp/nestjs-rabbitmq-microservice
但我得到了制片人:
[Nest] 6156 - 04/03/2021,13:28:53 [ClientProxy] 与 RMQ 断开连接。正在尝试重新连接。 +25469 毫秒 [巢] 6156 - 04/03/2021, 13:28:53 [ClientProxy] 对象:
{
"err": {
"code": 406,
"classId": 50,
"methodId": 10
}
}
+3ms
关于消费者:
111ms
[Nest] 1180 - 04/03/2021, 13:22:31 [Server] Disconnected from RMQ. Trying to reconnect. +1058ms
[Nest] 1180 - 04/03/2021, 13:22:37 [Server] Disconnected from RMQ. Trying to reconnect. +6006ms
[Nest] 1180 - 04/03/2021, 13:22:43 [Server] Disconnected from RMQ. Trying to reconnect. +6017ms
[Nest] 1180 - 04/03/2021, 13:22:49 [Server] Disconnected from RMQ. Trying to reconnect. +6026ms
可能出了什么问题?服务器正在运行...
【问题讨论】:
-
嗨@CarlosMagalhaes 我面临同样的问题,你是如何解决的......?我在客户端。