I have a RabbitMQ C# Client running in a WCF service.
It catches System.NotSupportedException: Pipelining of requests forbidden
exception now and then.
Accroding to the gudie.You need to lock the channel for multi-threading.
As a rule of thumb, IModel instances should not be used by more than one thread simultaneously: application code should maintain a clear notion of thread ownership for IModel instances.
if the server doesn't have enough memory where RabbitMQ is installed you can experience this issue as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With