RabbitMq 连接失败,查看 mq 日志显示连接成功但是又立马关闭了

2023-12-28 23:01:37 +08:00
 UnrealEngine

日志:

2023-12-28 17:02:07 2023-12-28 13:02:07.875320+00:00 [info] <0.8575.0> accepting AMQP connection <0.8575.0> (172.26.0.8:45438 -> 172.26.0.2:5672)

2023-12-28 17:02:07 2023-12-28 13:02:07.877505+00:00 [info] <0.8575.0> connection <0.8575.0> (172.26.0.8:45438 -> 172.26.0.2:5672): user 'guest' authenticated and granted access to vhost '/'

2023-12-28 17:02:07 2023-12-28 13:02:07.877753+00:00 [info] <0.8575.0> closing AMQP connection <0.8575.0> (172.26.0.8:45438 -> 172.26.0.2:5672, vhost: '/', user: 'guest')

代码:

//创建连接 $this->connection = new \AMQPConnection($this->config); if (!$this->connection->connect()) { throw new \Exception('RabbitMQ 创建连接失败'); }

config:

array( 'host' => rabbitmq 'port' => 5672 'login' => guest 'password' => guest 'vhost' => '' );

rabbitmq 安装成功也能成功进入管理页面

1450 次点击
所在节点    PHP
4 条回复
UnrealEngine
2023-12-28 23:05:43 +08:00
UnrealEngine
2023-12-28 23:53:41 +08:00
connect()直接返回了 null ,用 try catch 试过也不抛出异常
ainon
2023-12-29 09:36:19 +08:00
看看 php 侧可有问题
UnrealEngine
2023-12-30 18:34:13 +08:00
@ainon #3 扩展都安装好了的

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1004250

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX