You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Which service(blob, file, queue, table) does this issue concern?
Queue
Which version of the SDK was used?
12.16.0
Which platform are you using? (ex: .NET Core 2.1)
net7.0
What problem was encountered?
Azure queue lacks the opportunity to add custom metadata to every message. Something like there is already implemented in Azure blobs or Amazon SQS. The issue was already reported here.
In our case, we would like to have such metadata to detect if the message contains the body itself and needs to be deserialized or if the message is too big and only stores the reference to the blob.
How can we reproduce the problem in the simplest way?
Try to add custom metadata to Azure queue message.
Have you found a mitigation/solution?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Which service(blob, file, queue, table) does this issue concern?
Queue
Which version of the SDK was used?
12.16.0
Which platform are you using? (ex: .NET Core 2.1)
net7.0
What problem was encountered?
Azure queue lacks the opportunity to add custom metadata to every message. Something like there is already implemented in Azure blobs or Amazon SQS. The issue was already reported here.
In our case, we would like to have such metadata to detect if the message contains the body itself and needs to be deserialized or if the message is too big and only stores the reference to the blob.
How can we reproduce the problem in the simplest way?
Try to add custom metadata to Azure queue message.
Have you found a mitigation/solution?
The text was updated successfully, but these errors were encountered: