README.md in ruby_rabbitmq_janus-2.7.2.pre.306 vs README.md in ruby_rabbitmq_janus-2.7.2.pre.307
- old
+ new
@@ -8,34 +8,10 @@
to RabbitMQ server in a queue for gem. Once the received message is decoded
and returned through the Rails API.
This gem is product by [Dazzl.tv](http://dazzl.tv)
-```linux
------------- ---------- -------
-|Rails Apps| |RabbitMQ| |Janus|
------------- ---------- -------
- | | |
- | Request : { "janus": "info" } | |
- | --------------------------------> | |
- | Create request json. | |
- | Sending in queue. | |
- | | -----------------------------> |
- | | Read a message in queue | ----- |
- | | | | Return a response
- | | | | to treatment executed.
- | | | <---- |
- | | |
- | | |
- | | <---------------------------- |
- | <-------------------------------- | |
- | | |
- | | | # If asynchron message
- | | | # send a response after execution
- | | <---------------------------- | # but a acknoledge message is
- | <-------------------------------- | | # sending when request is received
- | | |
-```
+![Simple diagram](.diagrams.svg)
## Menu
* [How to use](#how-to-use)
* [Installation](#installation)