generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
area:message-processingAll issues related to how we process the messagesAll issues related to how we process the messagesenhancementNew feature or requestNew feature or requestintegration:service-busAll issues concerning integration with Azure Service BusAll issues concerning integration with Azure Service Bus
Milestone
Description
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.
lightpeak
Metadata
Metadata
Assignees
Labels
area:message-processingAll issues related to how we process the messagesAll issues related to how we process the messagesenhancementNew feature or requestNew feature or requestintegration:service-busAll issues concerning integration with Azure Service BusAll issues concerning integration with Azure Service Bus
Type
Projects
Status
Done