Wednesday, 18 March 2015

Message Throttling in Exchange server 2007


Message throttling is used to set the limits on the number of connections and messages processed by the Exchange 2007 server.
Message throttling can be set at the following locations:-
· Transport server
· Receive connector, and
· Send connector
How to set Message throttling on Transport server by using Cmdlet
We can use the Set-TransportServer cmdlet parameter on Hub Transport or Edge Transport to set the values of message throttling.
Parameter
Description
Default Value
MaxConcurrentMailboxDeliveries
Specifies number of messages to be delivered to the mailboxes at the same time
30
MaxConcurrentMailboxSubmissons
Specifies number of messages that can be accepted at the same time
30
MaxOutboundConnections
Specifies maximum concurrent outbound connections on Hub Transport or Edge Transport server
1,000
MaxPerDomainOutboundConnections
Specifies maximum concurrent outbound connection to any single domain from Hub Transport or Edge Transport server
20
MaxConnectionRatePerMinute
Specifies maximum concurrent inbound connection to the Hub Transport or Edge Transport server
1,200

No comments:

Post a Comment