We have occasional issues where multiple workflow instances which send an email might be kicked off close together. When this happens, we sometimes see some of those instances terminating, and returning an error of: "Service not available, closing transmission channel. The server response was: 4.4.2 Message submission rate for this client has exceeded the configured limit."
We have tried to find what might be throttling the ability to send multiple emails in a short span of time, but so far all of the settings appear to be ok. In the meantime, I have found a workaround, by setting up a Task Error Handler on the WF Admin Console.
I am looking for some information regarding the below items:
1 - Does anyone have a suggestion as to what might be causing the error in the first place and how to correct it?
2 - I have that Task Error Handler set up currently with just the Error Message, as there is not an Error Code or Type being reported. Does it hurt to just have the Message, or can someone point me to the proper Code/Type?
Thank you for your help.