Getting Started
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Previews
Samples

Installing the Particular Platform

.NET and redistributable packages prerequisite version

The Particular Service Platform products require the following to be installed on a x64 windows operating system:

Before proceeding, ensure that these versions are available on the system.

MSMQ prerequisites

The following steps are required when running NServiceBus endpoints using Microsoft Message Queuing (MSMQ):

  • Add, configure, and start the MSMQ service.
  • Configure and start the Microsoft Distributed Coordinator Service.

These actions can be performed using the NServiceBus PowerShell module which is available as a standalone installation. Once the module is installed, open a PowerShell prompt as an administrator and issue the following commands:

Import-Module NServiceBus.PowerShell
Install-NServiceBusDTC
Install-NServiceBusMSMQ

ServiceControl

The installation executable for ServiceControl can be downloaded directly from the ServiceControl releases page.

ServiceInsight

The installation executable for ServiceInsight can be downloaded directly from the ServiceInsight releases page.

ServicePulse

The installation executable for ServicePulse can be downloaded directly from the ServicePulse releases page.


Last modified