You are here: MassTransit » Samples »

Open All Night

Open All Night

This sample attempts to be a long term test of the infrastructure, and can be set to run for a set number of time. It works with the prebuilt services as well, to both quickly test and to put through their paces over time.

Overview

This sample is used to both test the pre-built services and perform long running (multi-hour) stress tests.

Setup

You need the following MSMQ Queues setup

(local)/mt_client

(local)/mt_subscriptions

(local)/mt_health

(local)/mt_timeout

(local)/mt_deferral

To Run

Open up $/PreBuiltServices/PreBuildServices-2008.sln

Start the following projects (in order)

/SubscriptionServiceHost

/HealthServiceHost

/TimeoutServiceHost

/OpenAllNight/OpenAllNight