posted 13 years ago
Hi Ranchers,
I want to have a stateless session bean asynchronously invoke a web service, using JAX-WS Proxy Pulling or Callback way.
Reason: There could be a moment that web service provider fails to conform SLA. That means response time of the web service could be a bit longer once in a while.)
I'm not very sure this approch can bring better scalability and stable performance to system. Please share your oppion.
Thanks!
-Danny