Open sentball opened 6 years ago
connection rabbitmq error! connect error!
查查你 rabbitmq 是否有连接问题
好的,canal client 与 rabbitmq 是长连接么?我看rabbitmq一直在 断开->连接 不断循环
=INFO REPORT==== 24-Apr-2018::14:47:48 ===
closing AMQP connection <0.31133.12> (127.0.0.1:37276 -> 127.0.0.1:5672)
=INFO REPORT==== 24-Apr-2018::14:47:49 ===
accepting AMQP connection <0.31146.12> (127.0.0.1:37280 -> 127.0.0.1:5672)
=INFO REPORT==== 24-Apr-2018::14:47:49 ===
closing AMQP connection <0.31146.12> (127.0.0.1:37280 -> 127.0.0.1:5672)
=INFO REPORT==== 24-Apr-2018::14:47:50 ===
accepting AMQP connection <0.31159.12> (127.0.0.1:37282 -> 127.0.0.1:5672)
=INFO REPORT==== 24-Apr-2018::14:47:50 ===
closing AMQP connection <0.31159.12> (127.0.0.1:37282 -> 127.0.0.1:5672)
这个。。是我之前写法有问题,没复用连接造成的。 后面打包会改
rabbitmq.java
connection 全局创建就行
如题,然后就退出了