activemq with camel: rate limit across all vs across one -


i researching activemq, in particular, integrating java app using camel.

our architecture involves queuing jobs across multiple multithreaded vms. need in particular 2 kinds of rate limits:

  • per vm per time period (all threads)
  • per vms per time period

is there way specify these in camel, or rate limits implemented on per-consumer basis?

with of throttler, think can setup rate limit per route. exchange information not share across camel route, don't think can work vms.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -