Skip to content

Commit 3b0a8ab

Browse files
Merge pull request #280268 from EldertGrootenboer/service-bus-update-peek-limits
Document limits of number of messages returned by PeekMessagesAsync
2 parents 53142ef + 8fddf4f commit 3b0a8ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/service-bus-quotas-table.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following table lists quota information specific to Azure Service Bus messag
3434
| Number of shared access authorization rules per namespace, queue, or topic |Entity, namespace |Maximum number of rules per entity type: 12. <br /><br /> Rules that are configured on a Service Bus namespace apply to all types: queues, topics. |Subsequent requests for creation of additional rules are rejected, and an exception is received by the calling code. |
3535
| Number of messages per transaction | Transaction | 100 <br /><br /> For both **Send()** and **SendAsync()** operations. | Additional incoming messages are rejected, and an exception stating "Can't send more than 100 messages in a single transaction" is received by the calling code. |
3636
| Maximum number of messages deleted in DeleteMessagesAsync call | Entity | 4000 |
37+
| Maximum number of messages returned in PeekMessagesAsync call | Entity | 250 |
3738
| Number of virtual network and IP filter rules | Namespace | 128 |&nbsp; |
3839

3940
[Azure portal]: https://portal.azure.com

0 commit comments

Comments
 (0)