Changes between Version 3 and Version 4 of wade/messageQueue/technicalTerminology
- Timestamp:
- Oct 17, 2008, 2:24:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/messageQueue/technicalTerminology
v3 v4 1 1 [[PageOutline]] 2 1. AMQP Model: A logical framework representing the key entities and semantics which must be made available by an AMQP compliant server implementation, such that the server can be meaningfully manipulated by AMQP Commands sent from a client in order to achieve the semantics defined in this specification. 2 =AMQP Model= 3 A logical framework representing the key entities and semantics which must be made available by an AMQP compliant server implementation, such that the server can be meaningfully manipulated by AMQP Commands sent from a client in order to achieve the semantics defined in this specification. 3 4 2. Connection: A network connection, e.g. a TCP/IP socket connection. 4 5 3. Session: A named dialog between peers. Within the context of a Session, exactly-once delivery is guaranteed.