Skip to content

Commit d99950b

Browse files
authored
Merge pull request #115594 from ecfan/sequential-convoy
New topic about how to set up sequential convoy
2 parents fb9e62a + f88d49d commit d99950b

32 files changed

+444
-2
lines changed

articles/connectors/connectors-create-api-servicebus.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,21 @@ Confirm that your logic app has permissions for accessing your Service Bus names
151151

152152
1. Save your logic app. On the designer toolbar, select **Save**.
153153

154+
<a name="sequential-convoy"></a>
155+
156+
## Send correlated messages in order
157+
158+
When you need to send related messages in a specific order, you can use the [*sequential convoy* pattern](https://docs.microsoft.com/azure/architecture/patterns/sequential-convoy) by using the [Azure Service Bus connector](../connectors/connectors-create-api-servicebus.md). Correlated messages have a property that defines the relationship between those messages, such as the ID for the [session](../service-bus-messaging/message-sessions.md) in Service Bus.
159+
160+
When you create a logic app, you can select the **Correlated in-order delivery using service bus sessions** template, which implements the sequential convoy pattern. For more information, see [Send related messages in order](../logic-apps/send-related-messages-sequential-convoy.md).
161+
162+
<a name="connector-reference"></a>
163+
154164
## Connector reference
155165

156166
The Service Bus connector can save up to 1,500 unique sessions at a time from a service bus to the connector cache. If the session count exceeds this limit, old sessions are removed from the cache. For more information, see [Message sessions](../service-bus-messaging/message-sessions.md).
157167

158-
For other technical details about triggers, actions, and limits, which are described by the connector's OpenAPI (formerly Swagger) description, review the connector's [reference page](/connectors/servicebus/). For more about Azure Service Bus Messaging, see [What is Azure Service Bus](../service-bus-messaging/service-bus-messaging-overview.md)?
168+
For other technical details about triggers, actions, and limits, which are described by the connector's Swagger description, review the [connector reference page](/connectors/servicebus/). For more about Azure Service Bus Messaging, see [What is Azure Service Bus](../service-bus-messaging/service-bus-messaging-overview.md)?
159169

160170
## Next steps
161171

29.2 KB
Loading
50.9 KB
Loading
18.4 KB
Loading
45.2 KB
Loading
26.3 KB
Loading
31.5 KB
Loading
32 KB
Loading
27.2 KB
Loading
42.1 KB
Loading

0 commit comments

Comments
 (0)