EasyNetQ by Mike Hadlow,Michael Denny,Yury Pliner,Wiebe Tijsma,Contributors (see GitHub repo)

<PackageReference Include="EasyNetQ" Version="8.0.0-alpha5" />

.NET API 650,752 bytes

 ISimpleConsumeConfiguration

public interface ISimpleConsumeConfiguration
Allows consumer configuration to be fluently extended without adding overloads to IBus e.g. x => x.WithPrefetchCount(42)
ISimpleConsumeConfiguration WithArgument(string name, object value)

Sets a raw argument for consumer declaration

Automatically acknowledge a message

Sets consumer tag

ISimpleConsumeConfiguration WithExclusive(bool isExclusive = true)

Switch a consumer to exclusive mode

Sets prefetch count