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 9cca120 commit ae1ceeaCopy full SHA for ae1ceea
projects/client/RabbitMQ.Client/src/client/api/QueueingBasicConsumer.cs
@@ -90,7 +90,7 @@ namespace RabbitMQ.Client
90
/// }
91
/// </code></example>
92
/// </remarks>
93
- [Obsolete("Deprecated. Use EventingBasicConsumer or Subscription instead")]
+ [Obsolete("Deprecated. Use EventingBasicConsumer or a different consumer interface implementation instead")]
94
public class QueueingBasicConsumer : DefaultBasicConsumer, IQueueingBasicConsumer
95
{
96
/// <summary>
0 commit comments