Replies: 2 comments
-
@bledogit we will be working on improved service bus bindings as part of our SDK binding efforts. This should give you access to a /cc: @JoshLove-msft |
Beta Was this translation helpful? Give feedback.
0 replies
-
This milestone will unblock a lot of this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am Looking into the AzF Worker service bus trigger for the ability to send the message back to the queue to retry later as a measure to overcome temporary issues on the processing of the message.
Using lower level APIs, there is the functionality to defer, or at least bypass the autocomplete functionality to be able to bypass the message abandonment in the case of an exception. The hope was to use the lock expiration as a method to pace the retry of the message to a later time.
Deferring a message would work similarly. In both cases the MessageReceiver is needed, which is not available on the worker API. The setting however is in the documentation Azure Service Bus bindings for Azure Functions
Beta Was this translation helpful? Give feedback.
All reactions