# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/uwzgpxq
RabbitMQ 如何保證消息可靠性?**
本篇文章不再介紹 RabbitMQ 具體實現原理,直接介紹如何保證消息的可靠性問題。所謂可靠性,指消息不重不漏。文章導讀----生產者消費者模型--------  生產者 - 消費者模型用於描述兩類進程(生產者和消費者)之間的數據交互。可以被認爲是獨立的服務,生產者負責生成數據,消費者負責處理這些數據。在分佈式系統中,隊列在其中扮演了消息(數據)傳遞的功能。關於消息隊列的作用,一般解讀爲:解耦:生 ⌘ Read more