Re: throttling a restlet endpoint by discarding excess requests

2013-09-01 Thread osupit
Claus, That Throttle - Otherwise pattern would be ideal. If there is a feature voting function somewhere I can register this with? -- View this message in context: http://camel.465427.n5.nabble.com/throttling-a-restlet-endpoint-by-discarding-excess-requests-tp5738089p5738452.html Sent

Re: throttling a restlet endpoint by discarding excess requests

2013-09-01 Thread osupit
I'll check this out too - thanks. -- View this message in context: http://camel.465427.n5.nabble.com/throttling-a-restlet-endpoint-by-discarding-excess-requests-tp5738089p5738450.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: throttling a restlet endpoint by discarding excess requests

2013-08-27 Thread osupit
Very much appreciate the quick response and insights. Unfortunately the requirement is as originally stated - I need to discard excess load by returning excess requests to the caller - so the Throttler option doesn't work for me. I'll have a poke around the Restlet docs/community and see if this

throttling a restlet endpoint by discarding excess requests

2013-08-27 Thread osupit
Hi I have a set of routes that looks like this: http://{{fpRestHost}}:{{fpRestPort}}/greenfield/customer/getcustomer/{customerId}?restletMethod=GET"; /> -