Using a .NET client

.NET is one of the official RabbitMQ clients, and in this example, we are going to create a subscriber using it. We will use Microsoft Windows Presentation Foundation (WPF) in order to create our first desktop application. Check out http://msdn.microsoft.com/en-us/library/ms754130.aspx for more information.

We are going to bind the .NET client to the Java dispatcher from the recipe Broadcasting messages in Chapter 1, Working with AMQP.

You can find the source code for this example in the directory Chapter04/Recipe01.

Getting ready

You need Visual Studio 2008 or later, Windows with .NET framework 3.5 or 4, and the RabbitMQ .NET client library, RabbitMQ.Client.dll, which you can download from https://www.rabbitmq.com/dotnet.html ...

Get RabbitMQ Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.