Skip to content

Completing a service bus message #24952

@adzfaulkner

Description

@adzfaulkner

Feature Request

Good morning,

Currently it's not possible to complete a service bus message without the original ReceivedMessage struct retrieved from receiver.ReceiveMessages() call.

This is ok if the receive/complete occurs in the same runtime execution but for task I'm currently working on, I require a method of being able to complete a message in a process independent of when the message was originally retrieved / locked.

Thoughts on possible solutions to this problem include providing functioning to allow:

  1. Message(s) to completed/abandoned using the message id and lock token
  2. Serializing of a given RetreievedMessage so that it can be deserialized at a later time

Metadata

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.Service Buscustomer-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