Re: how to realize quality of service in camel

2011-06-01 Thread Ashwin Karpe
Hi, You could set up a heartbeat route and send periodic trace messages (scheduled via camel-quartz) that can be sent to a listener via the main route or a secondary route (for context uptime verification), thereby ensuring that your context and/or routes are up. Of course, JMX does much of this

Re: how to realize quality of service in camel

2011-06-01 Thread Hadrian Zbarcea
In a few ways, depending on your load profile. A couple of ideas are to use the throttler to slow traffic down, another idea is to load balance across multiple endpoints. There are others. Obviously you have to plan for it. Hadrian On Jun 1, 2011, at 5:20 AM, ltomuno wrote: > when the system