Skip to content

Commit ae1ceea

Browse files
Don't mention Subscription
1 parent 9cca120 commit ae1ceea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ namespace RabbitMQ.Client
9090
/// }
9191
/// </code></example>
9292
/// </remarks>
93-
[Obsolete("Deprecated. Use EventingBasicConsumer or Subscription instead")]
93+
[Obsolete("Deprecated. Use EventingBasicConsumer or a different consumer interface implementation instead")]
9494
public class QueueingBasicConsumer : DefaultBasicConsumer, IQueueingBasicConsumer
9595
{
9696
/// <summary>

0 commit comments

Comments
 (0)