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.
我将 RabbitMQ 与 Clojure 和 Langohr 一起使用,我想分批处理队列中的消息,而不是一次处理一个。当然,我可以在将消息从队列中拉出后自己批处理消息,但我很好奇是否有一个 API 调用或我缺少的设置可以让 RMQ 一次将 500 条消息传递到一个消费者。这可能吗?