Skip to content

Possibility to deadletter or abandon a message via a methodcall on AzureServiceBusMessageContext #547

@fgheysels

Description

@fgheysels

We can currently easily deadletter or abandon a message from inside an AzureServiceBusMessageHandler implementation.
However, when developing you sometimes instantiate other classes and perform further processing of the message there. In some situations though, you need to abandon or deadletter a message.
It would be good if we could easily do this by calling a method on the AzureServiceBusMessageContext instead of having to call the methods that make that happen which are member methods of the AzureServiceBusMessageHandler class.

Metadata

Metadata

Assignees

Labels

area:message-processingAll issues related to how we process the messagesenhancementNew feature or requestintegration:service-busAll issues concerning integration with Azure Service Bus

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions