Changes between Version 15 and Version 16 of wade/messageQueue
- Timestamp:
- Oct 17, 2008, 10:23:11 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/messageQueue
v15 v16 23 23 AMQP 是一個網路通訊協定,為了使 client 能透過一個中介軟體來互相傳遞訊息。 24 24 25 25 26 == AMQP MODEL 三種連接方式 == 26 27 * Exchange: … … 31 32 定義 message queue 、 exchange 的關係,並且是供訊息傳送的準則。 32 33 34 33 35 == AMQP Protocol == 34 36 || Model layer || messages、queues、exchanges、access control、transactions、data types || 定義給 application 使用的指令 || … … 37 39 38 40 == AMQP MODEL == 41 {{{ 39 42 Server 40 43 +-------------------------------+ … … 56 59 | +-----------------------+ | 57 60 +-------------------------------+ 58 61 }}} 59 62 60 63 [[BR]][[BR]]