You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-amqp-troubleshoot.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Troubleshoot AMQP errors in Azure Service Bus | Microsoft Docs
3
3
description: Provides a list of AMQP errors you may receive when using Azure Service Bus, and cause of those errors.
4
4
ms.topic: article
5
-
ms.date: 08/16/2023
5
+
ms.date: 05/06/2024
6
6
---
7
7
8
8
@@ -20,14 +20,14 @@ amqp:link:detach-forced:The link 'G2:7223832:user.tenant0.cud_00000000000-0000-0
20
20
You see the following error on the AMQP connection when all links in the connection have been closed because there was no activity (idle) and a new link hasn't been created in 5 minutes.
21
21
22
22
```
23
-
Error{condition=amqp:connection:forced, description='The connection was inactive for more than the allowed 300000 milliseconds and is closed by container 'LinkTracker'. TrackingId:00000000000000000000000000000000000_G21, SystemTracker:gateway5, Timestamp:2019-03-06T17:32:00', info=null}
23
+
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}
24
24
```
25
25
26
26
## Link isn't created
27
27
You see this error when a new AMQP connection is created but a link isn't created within 1 minute of the creation of the AMQP Connection.
28
28
29
29
```
30
-
Error{condition=amqp:connection:forced, description='The connection was inactive for more than the allowed 60000 milliseconds and is closed by container 'LinkTracker'. TrackingId:0000000000000000000000000000000000000_G21, SystemTracker:gateway5, Timestamp:2019-03-06T18:41:51', info=null}
30
+
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}
31
31
```
32
32
33
33
## Next steps
@@ -40,4 +40,4 @@ To learn more about AMQP and Service Bus, visit the following links:
40
40
41
41
[Service Bus AMQP overview]: service-bus-amqp-overview.md
0 commit comments