简体   繁体   English

要删除的Azure服务总线主题/订阅

[英]Azure service bus topic/subscriptions being deleted

I have at topic/subscription that is being deleted nightly. 我的主题/订阅每晚都会被删除。 Using Service Bus Explorer I have set the Days value of "Auto Delete On Idle" to multiple days (for example 5). 使用Service Bus Explorer我将“空闲时自动删除”的Days值设置为多天(例如5)。 But overnight it is still being deleted. 但一夜之间它仍然被删除。 Has anyone had this issue before? 以前有人有这个问题吗?

I would assume that setting the "Auto Delete On Idle" to multiple days (for example 5) would keep the topic/subscription from being deleted for that amount of time. 我假设将“空闲时自动删除”设置为多天(例如5)将使主题/订阅在该时间段内不被删除。

This issue is bit strange one. 这个问题有点奇怪。 Make sure no other automated code deletes the subscription. 确保没有其他自动代码删除订阅。

Setting AutoDeleteOnIdle will make sure the subscription is deleted if no client tries to read or write to the subscription for the given timespan idle interval. 如果没有客户端尝试读取或写入给定的时间跨度空闲间隔的订阅,则设置AutoDeleteOnIdle将确保删除订阅。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM