0 votes
in Azure by

Give a brief overview of Azure Service Bus Queue.

1 Answer

0 votes
by

Azure Service Bus Queues are storage locations for messages. When you have numerous apps or pieces of a distributed application that need to communicate with each other, service bus queues prove to be very helpful. Multiple messages are received and subsequently sent from the queue, which is similar to a distribution center.

...