SubscriberQueueLimit interface
The settings of Subscriber Queue Limit.
Properties
length | The maximum length of the queue before messages start getting dropped. |
strategy | The strategy to use for dropping messages from the queue. |
Property Details
length
The maximum length of the queue before messages start getting dropped.
length?: number
Property Value
number
strategy
The strategy to use for dropping messages from the queue.
strategy?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript