Skip to content

Commit 26093b0

Browse files
authored
Fixed issues based on feedback from Xin
1 parent 86fe2ff commit 26093b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/service-bus-messaging/service-bus-amqp-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot AMQP errors in Azure Service Bus | Microsoft Docs
33
description: Provides a list of AMQP errors you may receive when using Azure Service Bus, and cause of those errors.
44
ms.topic: article
5-
ms.date: 08/16/2023
5+
ms.date: 05/06/2024
66
---
77

88

@@ -20,14 +20,14 @@ amqp:link:detach-forced:The link 'G2:7223832:user.tenant0.cud_00000000000-0000-0
2020
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.
2121

2222
```
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}
2424
```
2525

2626
## Link isn't created
2727
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.
2828

2929
```
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}
3131
```
3232

3333
## Next steps
@@ -40,4 +40,4 @@ To learn more about AMQP and Service Bus, visit the following links:
4040

4141
[Service Bus AMQP overview]: service-bus-amqp-overview.md
4242
[AMQP 1.0 protocol guide]: service-bus-amqp-protocol-guide.md
43-
[AMQP in Service Bus for Windows Server]: /previous-versions/service-bus-archive/dn282144(v=azure.100)
43+
[AMQP in Service Bus for Windows Server]: /previous-versions/service-bus-archive/dn282144(v=azure.100)

0 commit comments

Comments
 (0)