Changes between Version 5 and Version 6 of wade/messageQueue


Ignore:
Timestamp:
Oct 15, 2008, 10:43:43 AM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/messageQueue

    v5 v6  
    2222AMQP 是一個網路通訊協定,為了使 client 能透過一個中介軟體來互相傳遞訊息。
    2323
    24 
    25 
    26 
     24== AMQP MODEL 三種連接方式 ==
     25 * Exchange:
     26   由 publisher applications 接收訊息且訊息發送到 message queues,一般都是傳送訊息屬性及內容。
     27 * Message queue:
     28   用來儲存訊息,直到這些訊息能安全的被 client 處理。
     29 * Binding:
     30   定義 message queue 、 exchange 的關係,並且是供訊息傳送的準則。
    2731
    2832