~soren/nova/ec2-soap-api

« back to all changes in this revision

Viewing changes to doc/source/devref/rabbit.rst

  • Committer: Soren Hansen
  • Date: 2011-01-04 13:29:28 UTC
  • mfrom: (426.1.89 nova)
  • Revision ID: soren@linux2go.dk-20110104132928-49ersxj29drxqlms
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
The diagram below the message flow during an rp.cast operation: 
73
73
 
74
 
    1. a Topic Publisher is instantiated to send the message request to the queuing system.
75
 
    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.
 
74
    1. A Topic Publisher is instantiated to send the message request to the queuing system.
 
75
    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.
76
76
 
77
77
.. image:: /images/rabbit/flow2.png
78
78
   :width: 60%