-
Notifications
You must be signed in to change notification settings - Fork 10
Quick Start
Mike Hadlow edited this page Jan 27, 2014
·
15 revisions
Welcome to EasyNetQ. This guide shows you how to get up and running with EasyNetQ in about 10 minutes.
EasyNetQ is a simple to use client API for RabbitMQ. So first install RabbitMQ:
- Install Erlang: http://www.erlang.org/download.html
- Install the RabbitMQ server: http://www.rabbitmq.com/download.html
- You'll probably want to enable the RabbitMQ management API too: http://www.rabbitmq.com/management.html
- Quick Start
- Introduction
- Casing in point: Topics and topics, Subscriptions and subscriptions
- Installing AzureNetQ
- Connecting to Service Bus
- Logging
- Publish
- Subscribe
- Request Response
- Send Receive
- Topic Based Routing
- Controlling Queue names
- Polymorphic Publish and Subscribe
- Scheduling Events with Future Publish
- Auto Subscriber
- Non Generic Publish & Subscription Extension Methods
- Replacing AzureNetQ Components
- Using a DI Container