jkanschik / node-eip

Implementation of the Enterprise Integration Patterns (EIP) for node.js
5 stars 1 forks source link

Throttling of routes #16

Open jkanschik opened 12 years ago

jkanschik commented 12 years ago

Implement throttling techniques on route level (not to be confused with the .throttle processor).

Allow processors to stop receiving events (similar to streams, drain/pause/resume).

See also http://camel.apache.org/delay-interceptor.html http://camel.apache.org/tracer.html http://camel.apache.org/debugger.html http://camel.apache.org/intercept.html