Database Reference
In-Depth Information
Master : This makes the endpoint a "master node endpoint". This means that it
runs the gateway for multisite interaction, the timeout manager, and the distribut-
or. It also starts a worker that is enlisted with the distributor. It cannot be com-
bined with the worker or distributor profiles.
Worker : This makes the current endpoint enlist as a worker with its distributor
running on the master node. It cannot be combined with the master or distributor
profiles.
Distributor : This starts the endpoint only as a distributor. This means that the en-
dpoint does no actual work and only distributes the load among its enlisted work-
ers. It cannot be combined with the Master and Worker profiles.
Performance counters : This turns on the NServiceBus-specific performance
counters. Performance counters are installed by default when you run a Produc-
tion profile.
Lite : This keeps everything in memory with the most detailed logging.
Integration : This uses technologies closer to production but without a scale-out
option and less logging. It is used in testing.
Production : This uses scale-out-friendly technologies and minimal file-based
logging. It is used in production.
Search WWH ::




Custom Search