Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用easynetq驱动在rabbit mq中实现工作队列?
还需要发布者和订阅者的确认。
这个想法是一条消息将仅由单个订阅者处理。这是默认行为还是消息从发布者散播到订阅者?
简单的发布订阅模式实现了工作队列模式。当有两个消费者存在时,第一个消费者正在获取所有消息,因为预取计数为 50(默认值),从而防止另一个消费者收不到任何消息。