azure - 如何在 TTL 后使 Azure 队列中的消息出队

标签 azure azure-storage-queues

我使用队列来控制消息数量。

我将每条消息设置为 1 分钟 TTL。

1分钟后,这些消息不可见,但队列中的消息总数没有减少。

那么,消息的 TTL 结束后,Azure 队列可以自动出队吗?

谢谢

最佳答案

So, can the Azure queue dequeue automatically after TTL of message is over?

否,因为在消息的 TTL 过期后,该消息将从队列中永久删除。

关于azure - 如何在 TTL 后使 Azure 队列中的消息出队,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71462835/

相关文章:

json - 从 Azure SQL 中非常嵌套的 JSON 中提取数据

Azure 异常检测器 - 仅检测尖峰

Azure 抽象库 : What are the differences and recommendation between Lokad and CloudFx?

c# - CloudQueueMessage 没有 byte[] ctor,有什么解释吗?

c# - Azure WebJobs 从静态函数内访问配置

azure - 对于指标警报类型,搜索查询应包含 'AggregatedValue' 和 'bin(timestamp, [roundTo])'

java - 无法使用 ScalarDB 连接到我自己的 azure cosmos 数据库实例

azure - 更改 Azure AD B2C 访问 token 生命周期不起作用

c# - 根据环境使用具有不同存储帐户的 Azure Functions