I would like to configure a webservice so that once the acceptable queue is completed the service returns will be 503. Just time out
I have set parameters such as Maxtrade and Approved Planned (as outlined here: ).
But the service does not respond with 503 upon completion of acceptable queries.
It seems that Jettie's throttling filter () I think what I want, but I do not know how to apply in my reconstruction service.
You will not be able to take advantage of the throttling filter unless you use your application as a war file. Do not False. JettyServerHelper bootstraps restore Jetty as a standalone server to accept HTTP connections and therefore can not use a servlet filter. I am not sure if service platform is through a throttling filter or service to use similar processing logic outside of the world or not.
Comments
Post a Comment