-
Notifications
You must be signed in to change notification settings - Fork 10
Installing AzureNetQ
Pete Smith edited this page Jun 13, 2014
·
3 revisions
EasyNetQ is on NuGet, so to install...
PM> Install-Package AzureNetQ
To use FuturePublish you should also install AzureNetQ.Scheduler.exe. Get the source code and build AzureNetQ.Scheduler. At a command prompt in the directory that contains the AzureNetQ.Scheduler.exe type:
AzureNetQ.Scheduler.exe install
- 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