Skip to main content

service bus

Step by step: .NET Core, Azure Service Bus and AMQP
·729 words·4 mins
azure dotnet service bus
Today I’ll show you how to create a small console application with a Step by step: .NET Core, Azure Service Bus and AMQP example. First be aware of the following prerequisites: **OS** **Prerequisites** Windows Windows: You must have .NET Core SDK for Windows or both Visual Studio 2015 Update 3* and .NET Core 1.0 for Visual Studio installed. linux, mac or docker checkout .NET Core You will also need an Azure Service Bus namespace, topic and subscription with the correct set of credentials. (Start here: How to use Service Bus topics and subscriptions if you don’t know how to configure the Service Bus)
EasyAzureServiceBus: easy Service Bus 1.1 for Windows Server
·186 words·1 min
azure dotnet service bus
A couple of years ago I started to work with one of my clients to implement an on-premises Service Bus solution. While investigating the options I discovered a nice library, EasyNetQ: an easy .NET API for RabbitMQ, which inspired me to create a very similar project to simplify the use of pub/sub messaging with Service Bus 1.1 for Windows Server.