Changes between Version 14 and Version 15 of wade/messageQueue


Ignore:
Timestamp:
Oct 17, 2008, 10:20:07 AM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/messageQueue

    v14 v15  
    3636  || Transport layer || Data Encoding、Framing、Failure Detection、Multiplexing || 提供 framing、channel multiplexing、錯誤偵測、data representation、 ||
    3737 
     38== AMQP MODEL ==
     39                               Server
     40                  +-------------------------------+
     41                  |          Virtual host         |
     42                  |   +-----------------------+   |
     43                  |   |                       |   |
     44+-------------+   |   |     +-----------+     |   |
     45| Publisher   | ----------> | Exchange  |     |   |
     46| Application |   |   |     +-----+-----+     |   |
     47+-------------+   |   |           |           |   |
     48                  |   |           |           |   |
     49                  |   |           | Binding   |   |
     50                  |   |           |           |   |
     51                  |   |          \|/          |   |
     52+-------------+   |   |      +---------+      |   |
     53| Consumer    | <----------- | Message |      |   |
     54| Application |   |   |      | Queue |        |   |
     55+-------------+   |   |      +---------+      |   |
     56                  |   +-----------------------+   |
     57                  +-------------------------------+
     58
    3859
    3960[[BR]][[BR]]