Got "Pipelining of requests forbidden" in c# rabbitmq client
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.