Skip to content

Commit 179d12f

Browse files
authored
Merge pull request #101568 from spelluru/patch-6
added successful and failure examples
2 parents 827eef5 + 96ebd20 commit 179d12f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

articles/event-hubs/event-hubs-messaging-exceptions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,23 @@ The following steps may help you with troubleshooting connectivity/certificate/t
114114
```shell
115115
telnet <yournamespacename>.servicebus.windows.net 5671
116116
```
117+
118+
An example of successful message:
119+
120+
```xml
121+
<feed xmlns="http://www.w3.org/2005/Atom"><title type="text">Publicly Listed Services</title><subtitle type="text">This is the list of publicly-listed services currently available.</subtitle><id>uuid:27fcd1e2-3a99-44b1-8f1e-3e92b52f0171;id=30</id><updated>2019-12-27T13:11:47Z</updated><generator>Service Bus 1.1</generator></feed>
122+
```
123+
124+
An example of failure error message:
125+
126+
```json
127+
<Error>
128+
<Code>400</Code>
129+
<Detail>
130+
Bad Request. To know more visit https://aka.ms/sbResourceMgrExceptions. . TrackingId:b786d4d1-cbaf-47a8-a3d1-be689cda2a98_G22, SystemTracker:NoSystemTracker, Timestamp:2019-12-27T13:12:40
131+
</Detail>
132+
</Error>
133+
```
117134
- When there are intermittent connectivity issues, run the following command to check if there are any dropped packets. This command will try to establish 25 different TCP connections every 1 second with the service. Then, you can check how many of them succeeded/failed and also see TCP connection latency. You can download the `psping` tool from [here](/sysinternals/downloads/psping).
118135
119136
```shell

0 commit comments

Comments
 (0)