Re: Rate limiting

2021-03-30 Thread Tellier Benoit
Hello Alman, James so far have no component leveraging throtling. You will need to implement your own. I think combining a mailet + requeing with delays when the throttling is exceeded looks like the best way to go. Here is a contribution (that ended up not being merged) on the topic.

Rate limiting

2021-03-29 Thread Amlan Sengupta
Hello, Apache James : 3.5.0 I have a non functional requirement which I am trying to implement through Apache James which is “ A maximum of ( very low number ) emails per hour is allowed ”. I am currently using the default FileMailQueue approach while trying to adhere to ( very low number )