Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So the above example will throttle messages all messages received on seda:a before being sent to mock:result ensuring that a maximum of 3 messages are sent in any 30 10 second window. Note that typically you would often use the default time period of a second. So to throttle requests at 100 requet per second between two endpoints it would look more like this...

...