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

Custom metadata for Azure queue message #1093

@yaroslav-tykhonchuk

Description

@yaroslav-tykhonchuk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions