Hi Jim,
We are not using any Throttling policies are settings, we did not change those values, left the default.
We have users using some jobs and flooding emails to Exchange servers, with Exchange 2007 we didnt see many issues may be because of different Roles it had, but since we migrated to Exchange 2013 we are seeing that Email queues on the Mailbox servers, sometimes
with REcipient reached limit and sometimes Mailbox server thread limit exceeded.
We called in Microsoft and they helpded with changing the values for msexchange.delivery.exe.config file
<add key="MailboxServerThreadLimit" value="120"/>
<add key="RecipientThreadLimit" value="5"/>
<add key="MaxMailboxDeliveryPerMdbConnections" value="12"/>
But they said its not recommended, its takes a lot of time to process the changes.
The delay we see varies from 6 hrs to more than that.
This is causing a bottleneck for us as it is being esclated by user community and also Microsoft is not able to provide a viable solution.
Even disabling the Throtlling doesnt work.
We are still discussing with Microsoft on this.
Let me know if any one has seen any issues of this kind with Exchange 2013.