服务总线触发 [英] Service bus trigger

查看:63
本文介绍了服务总线触发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在逻辑应用程序中,如果我们要使用服务总线作为触发器,则确实有两种类型的触发点:

In logic app, if we want to use Service Bus as a trigger we do have two types of trigger points:

1.在队列/主题订阅(Peeck锁/自动完成)中收到消息时

1. When a message received in a queue/topic-subscription (Peeck-lock/auto-complete)

2.当一条或多则消息到达队列/主题订阅(Peeck锁/自动完成)

2. When one or more messages arrives in a queue/topic-subscription (Peeck-lock/auto-complete)

任何人都可以帮助我了解这两个触发器之间的区别(包括给定的间隔时间).当我检查此行为时,两个触发器的日志中都存在每条消息,并且同时存在.

Can anyone help me to understand the difference between these two triggers will work including given interval time. When I was checking out this behavior, in both triggers logs were there for each message and also on same time.

推荐答案

顾名思义,这两个连接器

As the name suggest for both the connectors 

第一个当在队列/主题订阅(Peeck-lock/自动完成)中接收到消息时".处理单线程逻辑应用运行,例如在单LA运行中处理单个消息

First one "When a message received in a queue/topic-subscription (Peeck-lock/auto-complete)" deals with single thread logic App run e.g process single message in single LA run 

第二个涉及批处理,这意味着您可以获取一条或多条消息,然后分离有效负载以进行处理 

The second one deals with Batch processing ,means you can get one or more message and then you detach the payload for processing 


这篇关于服务总线触发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆