The <transport_handler_list> pipeline configuration element
Contains a list of message handlers that are invoked when a named resource is used.
- For the MQ transport, the named resource is the name of the local input queue.
- For the HTTP transport, the resource is the TCPIPSERVICE that defines the port on which the request was received.
Used in:
- Service provider
Contained by:
<named_transport_entry>element
Contains:
- One or more
<handler>elements
Example
<transport_handler_list>
<handler>
...
</handler>
<handler>
...
</handler>
<transport_handler_list>