machine / machine.mta
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jacob Lewallen (author)
Mon Dec 07 14:16:43 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Libraries/ | ||
| |
Partstore.config | ||
| |
README.markdown | ||
| |
Source/ | ||
| |
rakefile |
README.markdown
Machine.Mta
About
Machine.Mta is a collection of extensions and utilities for use with the MassTransit service bus. It provides some lower level functionality as well as interfaces as messages and just general integration with other Machine projects.
Todo
-) I think ToString on the generated concrete messages should display the properties of the message.
-) Better message immutability scenario. Only allow writing once?
-) Fault/Error/Poison message handling.
-) Subscriptions using the MT implementation.
-) Sagas using the MT implementation.

