Azure / Azure/azure-functions-dotnet-worker

Can't receive deferred messages in Isolated Mode

Open
#2,096 11 comments 3 reactions 0 assignees View on GitHub
enhancement extensions: service-bus feature: sdk-bindings
Dominant language
C#
Stars
466
Forks
215
Avg merge
3d 10h
Merged PRs (30d)
7

Description

The ServiceBusMessageActions provides a DeferMessageAsync() method and this works.

But I'm not clear how I can later retrieve this message. ServiceBusReceiveActions is not implemented for isolated mode, and there appears to be no access to the ServiceBusReceiver.

Is there a plan to implement ServiceBusReceiveActions?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing ServiceBusMessageActions.DeferMessageAsync and the isolated-mode handling around ServiceBusReceiveActions; the issue does not name files or tests. Review how ServiceBusReceiver access is exposed, then define the supported retrieval path for deferred messages. Done means isolated-mode users can retrieve deferred messages through a supported API with coverage for that behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend, cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.