1
0
mirror of synced 2024-06-18 10:57:39 +00:00
Go to file
2017-02-10 16:55:16 +01:00
Tapeti Fixed nuspec dependencies between Tapeti packages 2017-02-10 16:55:16 +01:00
Tapeti.Annotations Moved annotations to a separate package to reduce dependencies for messaging interface packages 2017-02-10 16:33:05 +01:00
Tapeti.Flow Fixed nuspec dependencies between Tapeti packages 2017-02-10 16:55:16 +01:00
Tapeti.Flow.SQL Fixed nuspec dependencies between Tapeti packages 2017-02-10 16:55:16 +01:00
Tapeti.SimpleInjector Fixed nuspec dependencies between Tapeti packages 2017-02-10 16:55:16 +01:00
Test Preparations for NuGet push 2017-02-08 22:09:06 +01:00
.gitignore Preparations for NuGet push 2017-02-08 22:09:06 +01:00
GitVersion.yml Preparations for NuGet push 2017-02-08 22:09:06 +01:00
Publish.ps1 Fixed nuspec dependencies between Tapeti packages 2017-02-10 16:55:16 +01:00
README.md Updated readme 2017-02-08 16:14:12 +01:00
Tapeti.sln Moved annotations to a separate package to reduce dependencies for messaging interface packages 2017-02-10 16:33:05 +01:00
UNLICENSE Preparations for NuGet push 2017-02-08 22:09:06 +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, exchange and routing key determined by strategies
  3. Attribute based, no base class requirements (only for convenience)
  4. Graceful handling of connection issues, even at startup
  5. Support for message flow using an extension package