All Products
Search
Document Center

Simple Message Queue (formerly MNS):Limits

Last Updated:Mar 11, 2026

Simple Message Queue (SMQ, formerly MNS) enforces the following limits on queues, topics, and API requests. Design your applications within these constraints to avoid request failures or message loss.

Queue limits

ItemLimitAdjustableDescription
Queue name length120 charactersNoIf exceeded, queue creation fails.
Number of queues per region1,000YesTo request an increase, log on to the Quota Center console and submit an application to increase the Maximum Queue Quantity in a Single Region. See Submit an application to increase a quota.
Message size64 KBNoIf exceeded, the message is discarded.
Messages per batch operation16NoThe maximum number of messages that a single batch request can process.
Long polling wait time30 secondsNoThe maximum wait time for a single long polling request.
Message retention period7 daysNoAfter the retention period expires, the message is deleted. Set a retention period based on your business requirements.

Topic limits

ItemLimitAdjustableDescription
Topic name length120 charactersNoIf exceeded, topic creation fails.
Number of topics per region1,000YesTo request an increase, log on to the Quota Center console and submit an application to increase the Maximum Topic Quantity in a Single Region. See Submit an application to increase a quota.
Message size64 KBNoIf exceeded, the message is discarded.
Subscriptions per topic100NoThe maximum number of subscriptions that a single topic supports.
Message retention period1 dayNoAfter the retention period expires, the message is deleted. Set a retention period based on your business requirements.
Message filtering tags per message1NoEach tag can be up to 16 characters in length.
Topic subscription on queuesQueue size must be equal to or greater than topic sizeNoIf exceeded, subscription creation fails.

Throttling

SMQ applies a throttling policy to protect service stability. For details, see Throttling policy.