Skip to content

Commit 8a22502

Browse files
committed
Learn Editor: Update message-sequencing.md
1 parent 5b61ac6 commit 8a22502

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/service-bus-messaging/message-sequencing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@ The **SequenceNumber** for a scheduled message is only valid while the message i
4747

4848
Because the feature is anchored on individual messages and messages can only be enqueued once, Service Bus doesn't support recurring schedules for messages.
4949

50+
> [!NOTE]
51+
> Message enqueuing time doesn't mean that the message will be sent at the same time. It will get enqueued, but the actual sending time depends on the queue's workload and its state.
52+
5053
## Next steps
5154

5255
To learn more about Service Bus messaging, see the following topics:
5356

5457
* [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)
5558
* [Get started with Service Bus queues](service-bus-dotnet-get-started-with-queues.md)
5659
* [How to use Service Bus topics and subscriptions](service-bus-dotnet-how-to-use-topics-subscriptions.md)
60+

0 commit comments

Comments
 (0)