Overview of service and endpoint listeners

Using the administrative function of this product, you can control throughput by starting and stopping individual service listeners and endpoint listeners. When you stop a service listener, this causes any associated endpoint listeners to stop listening to any new inbound requests and the application server rejects any new incoming requests for that service. Additionally, resources become free that can be used to service requests that are already being processed for the service or to service new incoming requests for other services.

Service listener

The service listener can be started or stopped. When a service listener is stopped, all the endpoints for the service are stopped and new inbound requests are no longer processed. The endpoints for the service send out 404 error message response code to indicate that the service listener is currently stopped and cannot service new inbound requests. When the service listener is started, all the endpoints for the service resume processing of new inbound requests.

Endpoint listener

The endpoint listener can be started or stopped. When a service endpoint listener is stopped, the specific endpoint stops listening to any new inbound request. The requests that are already being processed are not affected. The endpoint sends out a 404 error message response code to indicate that the endpoint is currently stopped and cannot service a new, inbound request. When the endpoint listener is started, the specific endpoint resumes listening on new inbound requests. The state of a particular service endpoint does not impact the listening function of other endpoints for the same service.




Related concepts
JAX-WS application packaging
Web services
Related tasks
Viewing service clients at the application level using the administrative console
Deploying and administering enterprise applications
Viewing service providers at the application level using the administrative console
Related reference
Artifacts used to develop Web services
Concept topic    

Terms of Use | Feedback

Last updated: Oct 20, 2010 11:50:58 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-base-iseries&topic=cwbs_listenserv
File name: cwbs_listenserv.html