Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

Missing ServiceBusReceiver binding #199

Closed danielwagn3r closed 2 years ago

danielwagn3r commented 2 years ago

Is there any binding for the ServiceBusReceiver of the current Azure.Messaging.ServiceBus SDK.

I'm looking for a way to handle message actions after processing in the function manually, with disabled auto completion.

danielwagn3r commented 2 years ago

Just recognized that this repo isn't the current for the Azure Functions ServiceBus extension anymore. Current release of the extension defines the MessageActions class which provides the api for message settlement in ServiceBus.