-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Can someone help to troubleshoot problem with RabbitMQ,
I have strange problem and can't find how to fix it?
I see in rabbit logs this message:
"2022-01-25 11:16:00.700868+00:00 [info] <0.11605.3> Supervisor {<0.11605.3>,rabbit_channel_sup}: child channel started (<0.11609.3>): {rabbit_channel,start_link,[1,<0.11546.3>,<0.11606.3>,<0.11546.3>,<<"10.0.0.49:57410 -> 10.142.0.12:5672">>,rabbit_framing_amqp_0_9_1,{user,<<"k8s-prod">>,[],[{rabbit_auth_backend_internal,none}]},<<"/">>,[{<<"publisher_confirms">>,bool,true},{<<"exchange_exchange_bindings">>,bool,true},{<<"basic.nack">>,bool,true},{<<"consumer_cancel_notify">>,bool,true},{<<"connection.blocked">>,bool,true},{<<"authentication_failure_close">>,bool,true}],<0.11547.3>,<0.11607.3>]}"
but before this message I get "User 'k8s-prod' authenticated successfully by backend rabbit_auth_backend_internal"
confused why it's blocked then?