Service Bus built-in reference #969
diogonborges
started this conversation in
General
Replies: 1 comment
-
Hi @diogonborges - please check out this blog post and let us know if you still have any questions : https://techcommunity.microsoft.com/t5/azure-integration-services-blog/concurrency-support-for-service-bus-built-in-connector-in-logic/ba-p/4036530 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Looking into : Logic Apps Service Bus Reference
specifically for https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/servicebus/#when-messages-are-available-in-a-topic-subscription-(peek-lock)
There is no documentation about how many messages could potentially be fetched for the trigger.
This is an issue because when running a Logic App Stateless Workflow (which has no splitOn capability) a
for each
has to be used which has a configurable, but hard-coded, limit.Looking for some extra information about the
Returns
section where it's listedWhich is vague and unbounded.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions