| Author |
Can we set throttle count to JAX WS ?
|
Sathiesh Kumar Vs
Ranch Hand
Joined: Oct 24, 2010
Posts: 31
|
|
Hi,
I have a JAX WS web service running on a WAS 6 server. Is there a way I can set a throttle count to this web service.
I don't want to change the jvm properties on the server, which will effect the change for all services. I need to restrict the request count only on one particular service.
Is there a way ?
|
Thanks and Regards,
Sathiesh.
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Have you considered using a JAX-WS web service handler?
This way, you do not even have to touch the web service itself. Also, it can be applied to just one single service.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
Sathiesh Kumar Vs
Ranch Hand
Joined: Oct 24, 2010
Posts: 31
|
|
Hi,
Ya that was the last option that I was hoping. But when I go for Customer Handlers, I need to track both the requests and responses for limiting this count.
I was looking for options where we can achieve this through some configurations in JAXWS. Isnt there really a way to do it ?
|
 |
 |
|
|
subject: Can we set throttle count to JAX WS ?
|
|
|