1
votes

Can an Azure service bus Topic (or Queue) be configured to only accept Xml messages according to a specific Xsd?

1

1 Answers

0
votes

No, that is not possible. Azure Service Bus does not touch the payload. Subscription filters also can only operate on the custom headers, not the values. You would need a process outside of Azure Service Bus to validate the payload.