1
0
mirror of synced 2024-07-01 08:17:39 +00:00
Go to file
Mark van Renswoude 1a0d9b2570 Added AppSettings ConnectionParams helper
Changed BindingFilters to MessageFilterMiddleware (in preparation for SignalR interaction package)
Start of SqlConnectionFlowRepository
2017-02-08 15:52:24 +01:00
Tapeti Added AppSettings ConnectionParams helper 2017-02-08 15:52:24 +01:00
Tapeti.Flow Added AppSettings ConnectionParams helper 2017-02-08 15:52:24 +01:00
Tapeti.Flow.SQL Added AppSettings ConnectionParams helper 2017-02-08 15:52:24 +01:00
Tapeti.SimpleInjector Moved Tapeti project to it's own folder 2017-02-07 16:22:04 +01:00
Test Added AppSettings ConnectionParams helper 2017-02-08 15:52:24 +01:00
.gitignore First working prototype of the flow port 2017-02-05 23:22:34 +01:00
README.md Started refactoring, not in any usable state yet 2016-12-05 08:00:09 +01:00
Tapeti.sln Renamed IMiddlewareBundle to ITapetiExtension 2017-02-07 18:22:28 +01:00

Tapeti

'Small to medium-sized and classified as "Least Concern" by the IUCN.'

Wikipedia

Tapeti is a wrapper for the RabbitMQ .NET client designed for long-running microservices with a few specific goals:

  1. Automatic registration of message handlers
  2. Publishing without transport details
  • Routing key generated based on class name
  • One exchange (per service / group of services) to publish them all
  1. Attribute based, no base class requirements (only for convenience)
  2. Graceful handling of connection issues, even at startup
  3. Basic Saga support