An open API service indexing awesome lists of open source software.

https://github.com/masstransit/sample-dispatcher

A transaction routing system sample
https://github.com/masstransit/sample-dispatcher

Last synced: 12 months ago
JSON representation

A transaction routing system sample

Awesome Lists containing this project

README

          

# Dispatcher Sample

This sample demonstrates an approach to routing requests to consumers based upon a routing key (in the message body), using a state machine saga to track the request.

## Docker Setup

The sample application can be run using Docker, however, there are a couple setup tasks required.