Skip to content

direncancatalkaya/Dotnet-RabbitMqChannelPoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Dotnet-RabbitMqChannelPoll

at startup

services.AddRabbitMqChannelPoll();

inject ObjectPool, and use it

var channel = pool.Get(); try { channel.BasicPublish(...); } finally { pool.Return(channel); }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages