You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deps/rabbitmq_recent_history_exchange/README.md
+8-36Lines changed: 8 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -2,57 +2,29 @@
2
2
3
3
Keeps track of the last 20 messages that passed through the exchange. Every time a queue is bound to the exchange it delivers that last 20 messages to them. This is useful for implementing a very simple __Chat History__ where clients that join the conversation can get the latest messages.
4
4
5
-
Exchange Type: `x-recent-history`
5
+
Exchange yype: `x-recent-history`.
6
6
7
7
## Installation ##
8
8
9
-
### RabbitMQ 3.6.0 or later
9
+
This plugin ships with RabbitMQ.
10
10
11
-
As of RabbitMQ `3.6.0` this plugin is included into the RabbitMQ distribution.
0 commit comments