Merge "Add missing shows to the RPC casts documentation"

This commit is contained in:
Jenkins
2015-03-27 18:35:08 +00:00
committed by Gerrit Code Review

View File

@@ -70,7 +70,7 @@ The diagram below shows the message flow during an rpc.call operation:
RPC Casts
---------
The diagram below the message flow during an rpc.cast operation:
The diagram below shows the message flow during an rpc.cast operation:
1. A Topic Publisher is instantiated to send the message request to the queuing system.
2. Once the message is dispatched by the exchange, it is fetched by the Topic Consumer dictated by the routing key (such as 'topic') and passed to the Worker in charge of the task.