简体   繁体   English

Azure 服务总线 - 预定消息过滤

[英]Azure Service Bus - Scheduled Messages Filtering

Is there a way to apply filtering/querying on the scheduled messages placed on the topic?有没有办法对放置在主题上的预定消息应用过滤/查询? I'm aware that I can read through all the scheduled messages from the topic and apply in-memory filtering but if there are a million messages that are placed inside the topic then this leads to memory and compute intense operations.我知道我可以阅读主题中的所有预定消息并应用内存过滤,但如果主题中放置了一百万条消息,那么这会导致 memory 和计算密集操作。

Is there a way to query only the specific scheduled messages and delete them from the topic?有没有办法只查询特定的预定消息并将它们从主题中删除?

I was thinking of using topic subscriptions to do the filtering, but to my knowledge, the messages are available to the subscription only when the schedule is expired我正在考虑使用主题订阅来进行过滤,但据我所知,消息仅在计划到期时才可用于订阅

Not possible.不可能。

If you'd like the feature, here's a tracking feature request .如果您想要该功能,这里有一个跟踪功能请求

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

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