Skip to content

Commit 62e98b3

Browse files
authored
Merge pull request #188568 from EldertGrootenboer/patch-1
Update selection consideration premium tier message sizes
2 parents f2c8c23 + 979f292 commit 62e98b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ As a solution architect/developer, **you should consider using Service Bus queue
3636
* Your solution needs to support automatic duplicate detection.
3737
* You want your application to process messages as parallel long-running streams (messages are associated with a stream using the **session ID** property on the message). In this model, each node in the consuming application competes for streams, as opposed to messages. When a stream is given to a consuming node, the node can examine the state of the application stream state using transactions.
3838
* Your solution requires transactional behavior and atomicity when sending or receiving multiple messages from a queue.
39-
* Your application handles messages that can exceed 64 KB but won't likely approach the 256-KB limit.
39+
* Your application handles messages that can exceed 64 KB but won't likely approach the 256 KB or 1 MB limit, depending on the chosen [service tier](service-bus-premium-messaging.md) (although Service Bus queues can [handle messages up to 100 MB](service-bus-premium-messaging.md#large-messages-support)).
4040
* You deal with a requirement to provide a role-based access model to the queues, and different rights/permissions for senders and receivers. For more information, see the following articles:
4141
- [Authenticate with managed identities](service-bus-managed-service-identity.md)
4242
- [Authenticate from an application](authenticate-application.md)

0 commit comments

Comments
 (0)