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
- Host: GitHub
- URL: https://github.com/masstransit/sample-dispatcher
- Owner: MassTransit
- Created: 2022-03-22T21:19:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T13:26:33.000Z (about 4 years ago)
- Last Synced: 2025-04-08T04:34:22.790Z (about 1 year ago)
- Language: C#
- Size: 58.6 KB
- Stars: 13
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.