1
0
mirror of synced 2024-07-01 08:17:39 +00:00

Updated readme for Read the Docs

This commit is contained in:
Mark van Renswoude 2017-02-11 14:54:35 +01:00
parent ce86a493a9
commit 9581bd49db

View File

@ -1,12 +1,8 @@
# Tapeti ## Documentation
> 'Small to medium-sized and classified as "Least Concern" by the IUCN.' The documentation for Tapeti is available on Read the Docs:
>
> [_Wikipedia_](https://en.wikipedia.org/wiki/Tapeti)
Tapeti is a wrapper for the RabbitMQ .NET client designed for long-running microservices with a few specific goals: [Develop branch](http://tapeti.readthedocs.io/en/latest/)<br />
[![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=latest)](http://tapeti.readthedocs.io/en/latest/?badge=latest)
1. Automatic registration of message handlers [Master branch](http://tapeti.readthedocs.io/en/stable/)<br />
2. Publishing without transport details, exchange and routing key determined by strategies [![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=stable)](http://tapeti.readthedocs.io/en/stable/?badge=stable)
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