close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 17, 2008, 2:20:41 PM (17 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 1 | | 1. AMQP Model: A logical framework representing the key entities and semantics which must be made available |
| 2 | | by an AMQP compliant server implementation, such that the server can be meaningfully manipulated by AMQP |
| 3 | | Commands sent from a client in order to achieve the semantics defined in this specification. |
| | 1 | 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. |
| 4 | 2 | 2. Connection: A network connection, e.g. a TCP/IP socket connection. |
| 5 | 3 | 3. Session: A named dialog between peers. Within the context of a Session, exactly-once delivery is guaranteed. |