I am using a Azure Function with an output bidning as is described in section: "Using ICollector with Service Bus queue bindings"
I need to add specifik metadata to the message that are added to the queue, but it seeams like thats not supported?
I want to filter the messages in the topic with Message.CorrelationId or Message.Label,
I tried to use ICollector<Message> but it throws exception "Error getting value from 'ExpiresAtUtc' on 'Microsoft.Azure.ServiceBus.Message'".
How can I add metadata to the message using output bindings?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
I am using a Azure Function with an output bidning as is described in section: "Using ICollector with Service Bus queue bindings"
I need to add specifik metadata to the message that are added to the queue, but it seeams like thats not supported?
I want to filter the messages in the topic with Message.CorrelationId or Message.Label,
I tried to use ICollector<Message> but it throws exception "Error getting value from 'ExpiresAtUtc' on 'Microsoft.Azure.ServiceBus.Message'".
How can I add metadata to the message using output bindings?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.