Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Custom metadata for Azure queue message #1093

Open
yaroslav-tykhonchuk opened this issue Nov 21, 2023 · 0 comments
Open

Custom metadata for Azure queue message #1093

yaroslav-tykhonchuk opened this issue Nov 21, 2023 · 0 comments

Comments

@yaroslav-tykhonchuk
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant