Skip to content

Commit daa5098

Browse files
authored
Cross linking
1 parent 451e859 commit daa5098

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/service-bus-messaging/service-bus-messages-payloads.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ While this hidden serialization magic is convenient, applications should take ex
6767

6868
The .NET Standard and Java API variants only accept byte arrays, which means that the application must handle object serialization control.
6969

70+
If the payload of a message can't be deserialized, then it is recommended to [dead-letter the message](/azure/service-bus-messaging/service-bus-dead-letter-queues?source=recommendations#application-level-dead-lettering).
71+
7072
## Next steps
7173

7274
To learn more about Service Bus messaging, see the following topics:
7375

7476
* [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)
7577
* [Get started with Service Bus queues](service-bus-dotnet-get-started-with-queues.md)
76-
* [How to use Service Bus topics and subscriptions](service-bus-dotnet-how-to-use-topics-subscriptions.md)
78+
* [How to use Service Bus topics and subscriptions](service-bus-dotnet-how-to-use-topics-subscriptions.md)

0 commit comments

Comments
 (0)