Tag: queue

Azure Integration

What is Azure Event Grid?

Azure Event Grid is a messaging service built to enable event-based architectures to be built more easily. At the basic level it’s similar to a…

Aug 24, 2017 4 min read
Azure Integration

Messaging Architecture: What is AMQP?

Messaging has become pretty fundamental with the wider adoption of Microservices and other cloud design pattern. There are many ways to transmit a message. Many messaging…

Feb 15, 2016 3 min read
Azure Data & Storage

Azure Storage Explorer now supports Linux and more

When the Microsoft Azure Storage Explorer was first released, it did seem a little odd that Microsoft would neglect supporting Linux. However, they did support…

Jan 22, 2016 1 min read
Azure Data & Storage

Using Azure Storage Queues from C# and .NET Framework

Azure Storage Queues provide an easy to implement messaging communication mechanism for reliably passing messages to/from different components of a single application or multiple applications.…

Dec 19, 2015 3 min read
Azure Integration

Using Azure Service Bus Queues from .NET

The Azure Service Bus Queue feature offers easy to implement infrastructure for implementing brokered messaging communication. Implementing a Message Queue requires the implementation of at…

Oct 26, 2015 8 min read
Azure Integration

What is Azure Service Bus?

Microsoft Azure Service Bus provides an PaaS (Platform as a Service) communications platform built to allow more robust, multi-tenant software systems to be built in…

Sep 23, 2015 4 min read