Skip to content

Commit e23c3cb

Browse files
author
Emile Joubert
committed
Rollback qpid basic.recover-async changes, better docs
1 parent c7a512b commit e23c3cb

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docs/specs/qpid-amqp.0-8.stripped.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -454,13 +454,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
454454
<field name="delivery tag" domain="delivery tag"/>
455455
<field name="requeue" type="bit"/>
456456
</method>
457-
<method name="recover-async" index="100">
458-
<chassis name="server" implement="MUST"/>
459-
<field name="requeue" type="bit"/>
460-
<response name="recover-ok"/>
461-
</method>
462-
<method name="recover" index="110">
463-
<response name="recover-ok"/>
457+
<method name="recover" synchronous="1" index="100">
464458
<chassis name="server" implement="MUST"/>
465459
<field name="requeue" type="bit"/>
466460
<response name="recover-ok"/>

docs/wikipages/data.ApiOverview.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ protocol variant. At the time of writing, the library supports:
7272
content-class and other areas of the specification marked "work in
7373
progress".
7474

75-
- [code Protocols.AMQP_0_9_1]: Standard AMQP 0-9-1 protocol, including
76-
[code access.request].
75+
- [code Protocols.AMQP_0_9_1]: Standard AMQP 0-9-1 protocol.
7776

7877
The [code basic.recover-async] method which is defined in AMQP 0-9-1 has
7978
been backported to all supported protocol versions. The implementation of

projects/client/RabbitMQ.Client/src/client/api/IModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ void BasicReject(ulong deliveryTag,
367367
void BasicRecover(bool requeue);
368368

369369
///<summary>(Spec method)</summary>
370+
[AmqpUnsupported("RabbitMQ.Client.Framing.v0_8qpid")]
370371
void BasicRecoverAsync(bool requeue);
371372

372373
///<summary>(Spec method) Retrieve an individual message, if

0 commit comments

Comments
 (0)