use query params not headers

This commit is contained in:
Joni Collinge 2021-09-19 08:20:47 +01:00
parent 3ac50e5786
commit f2b362020f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Azure Service Bus messages extend the Dapr message format with additional contex
### Sending a message with metadata
To set Azure Service Bus metadata when sending a message, add any of the following properties as either HTTP headers or gRPC message metadata.
To set Azure Service Bus metadata when sending a message, set the query parameters on the HTTP request or the gRPC metadata as documented [here](https://docs.dapr.io/reference/api/pubsub_api/#metadata).
- `metadata.MessageId`
- `metadata.CorrelationId`