1
votes

Is it possible to receive the full Azure Service Bus Queue BrokeredMessage when using the Azure WebJobs SDK triggers? I also need to be able to tell the service bus queue when the message has been handled or hasn't ben handled successfully. There is a new Microsoft.Azure.Jobs.ServiceBus nuget package, but I haven't seen any documentation on how to use it. The examples I have seen are for storage queues which are different.

1

1 Answers

1
votes

Yes, you can bind the message to BrokeredMessage. Look at the following example https://github.com/Azure/azure-webjobs-sdk-samples/tree/master/BasicSamples/ServiceBus