pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Re-write of channel management #279

Closed pardahlman closed 7 years ago

pardahlman commented 7 years ago

The ChannelFactory of today is a 300+ lines implementation that hold a channel pool and takes recovery of channels and connection into consideration, has dynamic pool scaling capabilities etc. Here's the vision for this re-write: