python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Timeout error when creating ServiceBusMessageBatch in Azure.Messaging.ServiceBus
I have the following code where I start getting an error during long-running tests on the same Service Bus Client.
ServiceBusMessageBatch batch = this._serviceBusSender.CreateMessageBatchAsync().GetAw...
Arun Prakash Nagendran
Votes: 0
Answers: 1
Token expiry time from ServiceBusClient class of Azure.Messaging.ServiceBus
If I create a ServiceBusClient using the Sas Token Method, is there a way(property) to get the token expiry time from the ServiceBusClient object? Because, I will discard the token and down the timeli...
Arun Prakash Nagendran
Votes: 0
Answers: 1
Facing issues while migrating my nuget package from Microsoft.Azure.ServiceBus to Azure.Messaging.ServiceBus
Hi All, i was trying to migrate nuget package from Microsoft.Azure.ServiceBus to Azure.Messaging.ServiceBus. In my project we have used interfaces like IMessageService, ISenderClient and ITopicClient ...
Ranjith Reddy
Votes: 0
Answers: 0
Complete messages using id in Azure.Messaging.ServiceBus
We have an application which uses the Microsoft.Azure.ServiceBus package today which we want to migrate to using the Azure.Messaging.ServiceBus package instead.
The application receives messages from ...
Jonas Røineslien
Votes: 0
Answers: 1