다음을 통해 공유


Azure Service Bus의 AMQP 오류

이 문서에서는 Azure Service Bus의 AMQP를 사용할 때 발생하는 오류 중 일부를 제공합니다. 모두 서비스의 표준 동작입니다. 자동으로 연결/링크를 다시 만드는 연결/링크에 대한 호출의 발신/수신으로 해당 문제를 방지할 수 있습니다.

AMQP 연결 및 링크가 활성 상태이지만 10분 동안 링크를 사용하여 호출(예: 발신 또는 수신)이 없는 경우 다음과 같은 오류가 표시됩니다. 따라서 링크가 닫힙니다. 연결은 여전히 열려 있습니다.

amqp:link:detach-forced:The link 'G2:7223832:user.tenant0.cud_00000000000-0000-0000-0000-00000000000000' is force detached by the broker due to errors occurred in publisher(link164614). Detach origin: AmqpMessagePublisher.IdleTimerExpired: Idle timeout: 00:10:00. TrackingId:00000000000000000000000000000000000000_G2_B3, SystemTracker:mynamespace:Topic:MyTopic, Timestamp:2/16/2018 11:10:40 PM

연결이 닫힘

작업이 없고(유휴) 새 링크가 5분 내에 만들어지지 않아 연결의 모든 링크가 닫히면 AMQP 연결에 다음 오류가 표시됩니다.

Error(condition:amqp:connection:forced, description:The connection was closed by container '7f9c2480b17647c0a5acc8aea6f8607c_G2' because it did not have any active links in the past 300000 milliseconds. TrackingId:7f9c2480b17647c0a5acc8aea6f8607c_G2, SystemTracker:gateway5, Timestamp:2024-05-06T22:26:00, info=null}

새 AMQP 연결이 만들어졌지만 AMQP 연결을 만든 후 1분 이내에 링크가 만들어지지 않은 경우 이 오류가 표시됩니다.

Error(condition:amqp:connection:forced, description:The connection was closed by container '7f9c2480b17647c0a5acc8aea6f8607c_G2' because it did not have any active links in the past 60000 milliseconds. TrackingId:7f9c2480b17647c0a5acc8aea6f8607c_G2, SystemTracker:gateway5, Timestamp:2024-05-06T22:26:00, info=null}

다음 단계

AMQP 및 Service Bus에 대해 자세히 알아보려면 다음 링크를 방문하세요.