Skip to content

Storage Queue Message, allow us to supply a messageId on add #52958

@MrAntix

Description

@MrAntix

Library name

Azure.Storage.Queues 12.23.0

Please describe the feature.

I would like to be able to supply an id for a message rather than have the system generated one.

This would mean we could "upsert" into the queue allowing debounce mechanisms with the existing visibility timeouts

Right now, I have to add a new message every time, which means my trigger gets hit by every message which means unnecessary compute and cost. If I could upsert with my id, then there would only be one message delivered for that messageId.

As I understand it, the messageId is a GUID anyway, does that mean this would be possible to do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue is related to a non-management packageService AttentionWorkflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions