兔子在春季重新启动消费者

发布于 2025-02-12 23:29:47 字数 4237 浏览 1 评论 0原文

我有一个错误在循环中重复的错误,直到停止服务为止:

2022-07-05 14:49:48.638  INFO 13544 --- [           main] o.s.a.r.c.CachingConnectionFactory       : Created new connection: connectionFactory#4045fd1f:0/SimpleConnection@2078bf0a [delegate=amqp://[email protected]:5672/PEOPLE, localPort= 61087]
2022-07-05 14:49:49.476 ERROR 13544 --- [.2.164.186:5672] o.s.a.r.c.CachingConnectionFactory       : Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - access to queue 'qu-people-updates.cores' in vhost 'PEOPLE' refused for user 'people-consumer', class-id=60, method-id=20)
2022-07-05 14:49:49.570  INFO 13544 --- [           main] d.s.p.PeopleToCoreConsumerApplication    : Started PeopleToCoreConsumerApplication in 5891.11 seconds (JVM running for 5892.579)
2022-07-05 14:49:54.653  INFO 13544 --- [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer : Restarting Consumer@96dfcbb: tags=[[]], channel=Cached Rabbit Channel: PublisherCallbackChannelImpl: AMQChannel(amqp://[email protected]:5672/PEOPLE,1), conn: Proxy@64af5454 Shared Rabbit Connection: SimpleConnection@2078bf0a [delegate=amqp://[email protected]:5672/PEOPLE, localPort= 61087], acknowledgeMode=AUTO local queue size=0
2022-07-05 14:49:55.167 ERROR 13544 --- [.2.164.186:5672] o.s.a.r.c.CachingConnectionFactory       : Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - access to queue 'qu-people-updates.cores' in vhost 'PEOPLE' refused for user 'people-consumer', class-id=60, method-id=20)
2022-07-05 14:50:00.352  INFO 13544 --- [ntContainer#0-2] o.s.a.r.l.SimpleMessageListenerContainer : Restarting Consumer@5a2b1d6a: tags=[[]], channel=Cached Rabbit Channel: PublisherCallbackChannelImpl: AMQChannel(amqp://[email protected]:5672/PEOPLE,2), conn: Proxy@64af5454 Shared Rabbit Connection: SimpleConnection@2078bf0a [delegate=amqp://[email protected]:5672/PEOPLE, localPort= 61087], acknowledgeMode=AUTO local queue size=0
2022-07-05 14:50:00.850 ERROR 13544 --- [.2.164.186:5672] o.s.a.r.c.CachingConnectionFactory       : Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - access to queue 'qu-people-updates.cores' in vhost 'PEOPLE' refused for user 'people-consumer', class-id=60, method-id=20)
2022-07-05 14:50:06.063  INFO 13544 --- [ntContainer#0-3] o.s.a.r.l.SimpleMessageListenerContainer : Restarting Consumer@cdfb754: tags=[[]], channel=Cached Rabbit Channel: PublisherCallbackChannelImpl: AMQChannel(amqp://[email protected]:5672/PEOPLE,3), conn: Proxy@64af5454 Shared Rabbit Connection: SimpleConnection@2078bf0a [delegate=amqp://[email protected]:5672/PEOPLE, localPort= 61087], acknowledgeMode=AUTO local queue size=0
2022-07-05 14:50:06.548 ERROR 13544 --- [.2.164.186:5672] o.s.a.r.c.CachingConnectionFactory       : Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - access to queue 'qu-people-updates.cores' in vhost 'PEOPLE' refused for user 'people-consumer', class-id=60, method-id=20

尽管访问被拒绝了,但在没有问题的情况下创建了队列。 任何猜测我应该在哪里寻找问题?

I have this error that repeats in loop until I stop the service:

2022-07-05 14:49:48.638  INFO 13544 --- [           main] o.s.a.r.c.CachingConnectionFactory       : Created new connection: connectionFactory#4045fd1f:0/SimpleConnection@2078bf0a [delegate=amqp://[email protected]:5672/PEOPLE, localPort= 61087]
2022-07-05 14:49:49.476 ERROR 13544 --- [.2.164.186:5672] o.s.a.r.c.CachingConnectionFactory       : Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - access to queue 'qu-people-updates.cores' in vhost 'PEOPLE' refused for user 'people-consumer', class-id=60, method-id=20)
2022-07-05 14:49:49.570  INFO 13544 --- [           main] d.s.p.PeopleToCoreConsumerApplication    : Started PeopleToCoreConsumerApplication in 5891.11 seconds (JVM running for 5892.579)
2022-07-05 14:49:54.653  INFO 13544 --- [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer : Restarting Consumer@96dfcbb: tags=[[]], channel=Cached Rabbit Channel: PublisherCallbackChannelImpl: AMQChannel(amqp://[email protected]:5672/PEOPLE,1), conn: Proxy@64af5454 Shared Rabbit Connection: SimpleConnection@2078bf0a [delegate=amqp://[email protected]:5672/PEOPLE, localPort= 61087], acknowledgeMode=AUTO local queue size=0
2022-07-05 14:49:55.167 ERROR 13544 --- [.2.164.186:5672] o.s.a.r.c.CachingConnectionFactory       : Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - access to queue 'qu-people-updates.cores' in vhost 'PEOPLE' refused for user 'people-consumer', class-id=60, method-id=20)
2022-07-05 14:50:00.352  INFO 13544 --- [ntContainer#0-2] o.s.a.r.l.SimpleMessageListenerContainer : Restarting Consumer@5a2b1d6a: tags=[[]], channel=Cached Rabbit Channel: PublisherCallbackChannelImpl: AMQChannel(amqp://[email protected]:5672/PEOPLE,2), conn: Proxy@64af5454 Shared Rabbit Connection: SimpleConnection@2078bf0a [delegate=amqp://[email protected]:5672/PEOPLE, localPort= 61087], acknowledgeMode=AUTO local queue size=0
2022-07-05 14:50:00.850 ERROR 13544 --- [.2.164.186:5672] o.s.a.r.c.CachingConnectionFactory       : Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - access to queue 'qu-people-updates.cores' in vhost 'PEOPLE' refused for user 'people-consumer', class-id=60, method-id=20)
2022-07-05 14:50:06.063  INFO 13544 --- [ntContainer#0-3] o.s.a.r.l.SimpleMessageListenerContainer : Restarting Consumer@cdfb754: tags=[[]], channel=Cached Rabbit Channel: PublisherCallbackChannelImpl: AMQChannel(amqp://[email protected]:5672/PEOPLE,3), conn: Proxy@64af5454 Shared Rabbit Connection: SimpleConnection@2078bf0a [delegate=amqp://[email protected]:5672/PEOPLE, localPort= 61087], acknowledgeMode=AUTO local queue size=0
2022-07-05 14:50:06.548 ERROR 13544 --- [.2.164.186:5672] o.s.a.r.c.CachingConnectionFactory       : Channel shutdown: channel error; protocol method: #method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - access to queue 'qu-people-updates.cores' in vhost 'PEOPLE' refused for user 'people-consumer', class-id=60, method-id=20

Although the access is refused the queue is created without problems.
Any guess where should I look to find out the problem??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文