Top "Azure-servicebus-queues" questions

Windows Azure Service Bus Queue, questions regarding relay, topics and queues

Clearing azure service bus queue in one go

We are using a service bus queue in our project. We are in need of a functionality to remove all …

.net azure queue azureservicebus azure-servicebus-queues
Choosing between .NET Service Bus Queues vs Azure Queue Service

Just a quick question regarding an Azure application. If I have a number of Web and Worker roles that need …

azure azure-servicebus-queues azure-storage-queues
Azure Service Bus Emulator

I am developing a WebJob, which uses service bus queue, but I don't have an Azure account. Does there exist …

azure emulation azure-webjobs azure-servicebus-queues
Determining how many messages are on the Azure Service Bus Queue

I know there is a way to determine the number of messages (or approximate number) in the Azure Queue (Store …

azure azureservicebus azure-queues azure-servicebus-queues
Using QueueClient.OnMessage in an azure worker role

I have an Azure worker role that is responsible for checking 4 service bus queues. Currently, I just the looping method …

c# azure azure-worker-roles azureservicebus azure-servicebus-queues
send msg to Azure service bus que via REST

The Azure Queues are exposed to REST API.To make the REST call works. I ran a sample test on …

rest azure azure-servicebus-queues
How do you access the dead letter sub-queue on an Azure subscription?

When I use the following: var deadLetterPath = SubscriptionClient.FormatDeadLetterPath(topicPath,subName); var client = SubscriptionClient.CreateFromConnectionString(connectionString, deadLetterPath, subName); I get …

azure azure-servicebus-queues
How to unit test a class which calls service bus queue client SendAsync method

I have a interface which has a method to create instance of queue client and message factory. I have created …

c# unit-testing moq xunit azure-servicebus-queues
How to peek the deadletter messages

It is very hard to find some good documentation on getting all the messages in a deadletter queue and getting …

azure azureservicebus azure-servicebus-queues dead-letter
How to get connection string to existing servicebus without old azure portal

Due to restrictions in the company I cannot use old azure portal. But I have a requirement to use ServiceBus …

azure azureservicebus servicebus azure-servicebus-queues