小编Kia*_*Kia的帖子

Concurrency in RabbitMQ

After a week of coding and searching forums, it seems timely to ask...

I have a C# application which processes messages sent by RabbitMQ using EventingBasicConsumer. I want to process several messages concurrently, so I have instantiated a few channels (8 in this case) on the same connection, each with a single consumer. I have then attached an event-handler to each consumer's Received event. Based on all my readings so far, this setup should allow the event-handler to be triggered …

c# concurrency multithreading rabbitmq

5
推荐指数
1
解决办法
3514
查看次数

标签 统计

c# ×1

concurrency ×1

multithreading ×1

rabbitmq ×1