python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
using service bus messageReceiver CompleteAsync
I have an azure function that uses a service bus trigger:
public async Task Run(
[ServiceBusTrigger()] string message,
[DurableClient] IDurableOrchestrationClient starter)
...
user989988
Votes: 0
Answers: 1
Java app not working with Azure message after updgrade of azure-messaging-servicebus
Followed instructions in here https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-java-how-to-use-queues to test a java application to connect, send and recieve the messages
With...
new tech guy
Votes: 0
Answers: 1
how to renew lock for a very long processing message on the fly - Azure.Messaging.ServiceBus;
is it possible to renew lock for a message under process in Azure.Messaging.ServiceBus library, if yes how
raj mahalawat
Votes: 0
Answers: 2
The connection was inactive for more than the allowed 60000 milliseconds and is closed by container
I have an azure function that sends a message to the service bus queue. Since a recent deployment, I see an exception occurring frequently: The connection was inactive for more than the allowed 60000 ...
user989988
Votes: 0
Answers: 1