Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.19 KB

Help.md

File metadata and controls

32 lines (21 loc) · 1.19 KB

Choosing A version

The latest stable release is a good place to start. We prerelease the next version so that we can get community feedback. We don't recommend using prerelease software in production environments.

Name your Endpoint

A good name is

  • unique to the system
  • able to describe the EndPoint's capability

EndPoint name's are used to name Queues and are used as Identifiers for various views in applications like ServicePulse There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton

Follow this link to learn more about EndPoints

Choose a Transport

http://docs.particular.net/nservicebus/azure/azure-servicebus-transport http://docs.particular.net/nservicebus/msmq/transportconfig http://docs.particular.net/nservicebus/rabbitmq/ http://docs.particular.net/nservicebus/sqlserver/

Choose a Serializer

http://docs.particular.net/nservicebus/serialization/json http://docs.particular.net/nservicebus/serialization/xml http://docs.particular.net/nservicebus/serialization/binary

Choose a Persistence

http://docs.particular.net/nservicebus/persistence/