Skip to content

Commit b4581e5

Browse files
Merge pull request #248255 from spelluru/docs-editor/message-sequencing-1692052348
Message enqueuing time for scheduled messages
2 parents 882fd00 + 8a22502 commit b4581e5

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)