0 votes
in Azure by
Can Azure Service Bus message be empty?

1 Answer

0 votes
by

Messages carry a payload and metadata. The metadata is in the form of key-value pair properties and describes the payload, and gives handling instructions to Service Bus and applications. Occasionally, that metadata alone is sufficient to carry the information that the sender wants to communicate to receivers, and the payload remains empty.

...