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
Post a Comment