逻辑应用程序不从队列拾取所有消息

发布于 2025-01-24 03:58:43 字数 175 浏览 0 评论 0 原文

我有一个Azure服务总线队列,其中包含许多消息。并使用手动触发器具有逻辑应用程序。然后,我在应用程序中添加了“从队列(PEEK-LOCK)获取消息”的操作,以从此服务总线中获取消息,并将最大消息计数设置为“ 170”。但是,当它触发时,它只选择1条消息。有人可以解释为什么这样做。以及为什么它没有接收170条消息。

谢谢

I have a azure service bus queue which has a number of message's within it. And have a logic-app using a manual trigger. I then add a "Get messages from a queue (peek-lock)" action to the app to get the messages from this service bus and set the maximum message count to "170". But when it's triggered it only picks 1 message. Can someone explain why this is. And why it's not picking up 170 messages.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南笙 2025-01-31 03:58:43

中使用SB属性

在Logic App属性名称 :最大消息计数
maxMessageCount =>整数

在批处理中返回的最大消息数量

Use SB property in Logic APP

Property name :Maximum message count
maxMessageCount => integer

The maximum number of messages to return in the batch

辞别 2025-01-31 03:58:43

某些触发器,例如当一条或多个消息到达队列(自动完成)触发器时,可以返回一条或多个消息。当这些触发射击时,它们在一个和触发器的最大消息计数属性指定的消息数之间返回。

  • You can use the auto-complete trigger which will help you in getting Messages one after the other.

Some triggers, such as the When one or more messages arrive in a queue (auto-complete) trigger, can return one or more messages. When these triggers fire, they return between one and the number of messages that's specified by the trigger's Maximum message count property.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文