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.
我有多个消费者,在多台机器上运行,从 azure 存储队列中读取。如果第一个消费者从队列中读取第一条消息并使其不可见 5 分钟,那么第二个消费者会从队列中读取下一条消息还是被阻塞?
它将收到下一条消息。如果第一个消费者在 5 分钟内没有删除/更新第一条消息,则该消息将重新出现在队列中,并且其中一个消费者将能够再次获取它。