Skip to content

Commit c99e304

Browse files
author
Emile Joubert
committed
Update ApiOverview basic.recover-async
1 parent e23c3cb commit c99e304

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/wikipages/data.ApiOverview.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,25 @@ protocol variant. At the time of writing, the library supports:
6161
AMQP_0_9_1]].
6262

6363
- [code Protocols.AMQP_0_8]: Standard AMQP 0-8 protocol, including
64-
[code access.request] and [code queue.unbind].
64+
[code access.request], [code basic.recover-async] and [code queue.unbind].
6565

6666
- [code Protocols.AMQP_0_8_QPID]: AMQP 0-8 as extended by QPid's 0-8
6767
M1 release, without [code access.request] and with extra parameters
6868
available on certain methods.
6969

7070
- [code Protocols.AMQP_0_9]: Standard AMQP 0-9 protocol, including
71-
[code access.request], but excluding the [code Message]
72-
content-class and other areas of the specification marked "work in
73-
progress".
71+
[code access.request] and [code basic.recover-async], but excluding
72+
the [code Message] content-class and other areas of the specification
73+
marked "work in progress".
7474

7575
- [code Protocols.AMQP_0_9_1]: Standard AMQP 0-9-1 protocol.
7676

77-
The [code basic.recover-async] method which is defined in AMQP 0-9-1 has
78-
been backported to all supported protocol versions. The implementation of
79-
[code basic.recover] is synchronous in all supported protocol versions.
80-
8177
The [code Protocols] class also contains some convenience functions
8278
for retrieving an IProtocol from a string, from the environment or
8379
from a .NET XML configuration file. The protocol names permitted are
8480
the same as the static instance variables on class [code Protocols],
8581
that is, [code AMQP_0_8], [code AMQP_0_8_QPID], [code AMQP_0_9],
86-
, [code AMQP_0_9_1] and [code DefaultProtocol].
82+
[code AMQP_0_9_1] and [code DefaultProtocol].
8783

8884
The following code binds [code p] to the [code Protocols.AMQP_0_9]
8985
instance by looking it up dynamically:

docs/wikipages/meta.ApiOverview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
owner:
2-
timestamp: Tue, 03 Aug 2010 09:18:42 GMT
2+
timestamp: Wed, 04 Aug 2010 14:28:29 GMT
33
author:
44
editgroup:
55
viewgroup:

0 commit comments

Comments
 (0)