<Allow count="3"/> <Interval>1</Interval> <TimeUnit>minute</TimeUnit> <Distrubuted>true</Distrubuted> <Synchronous>true</Synchronous>
According to this configuration, I expect that after every 3 messages, the policy has to restrict the call. But in actual use, it restricted at 10 and no more restrictions.
Could someone explain this to me? Do I need to change anything in my policy?