We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190596f commit fbd9f3cCopy full SHA for fbd9f3c
projects/client/RabbitMQ.Client/src/client/api/IModel.cs
@@ -814,6 +814,9 @@ void HandleBasicReturn(ushort replyCode,
814
815
///<summary>Handle incoming Basic.Ack methods. Signals a
816
///BasicAckEvent.</summary>
817
+ [AmqpUnsupported("RabbitMQ.Client.Framing.v0_8qpid")]
818
+ [AmqpUnsupported("RabbitMQ.Client.Framing.v0_8")]
819
+ [AmqpUnsupported("RabbitMQ.Client.Framing.v0_9")]
820
void HandleBasicAck(ulong deliveryTag,
821
bool multiple);
822
0 commit comments