I am using session queue on Azure and when I push some data on queue,I write one Azure function to trigger.
Please note that I have created statefull/session based queue.
The problem is when I push data to queue at that moment I got error like
The listener for function 'xxx' was unable to start. Microsoft.ServiceBus: It is not possible for an entity that requires sessions to create a non-sessionful message receiver
So my question is am I not able to use function with queue/topic with session?
Update 2020:
Set isSessionsEnabled
property in your function.json
.
This is a common ask, but currently Web Jobs SDK, and thus Azure Functions, don't support Service Bus sessions. See WebJobs SDK issue; unfortunately there's no progress 3 years after it was created. Add a +1 in Azure Functions issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With