Creating Pooling Providers

How to:

A pooling provider is used within the NAS2 emit service to manage connection pools and provide re-usability of the configuration. We will be using the connection pool in the following procedure.


Top of page

x
Procedure: How to Create a Pooling Provider

To create a pooling provider:

  1. Log in to iSM console at http://host:port where the default is http://localhost:9999
  2. Select Pooling Providers on the Server screen under the Providers section, as shown in the following image.

  3. Click New to add a new provider.
  4. Fill in the properties, as shown below and in the following image.
    • Name: httpcon
    • Maximum Connections per Host: 5
    • Maximum Total Connections: 20
    • Set TCP no Delay: false
    • Proxy: false
    • SSL Context Provider: Default

    Note: Leave the rest of the parameters set to their defaults.

  5. Click Add to add the provider.

    Now this connection pool can be used within the emitter services to manage the connections.


iWay Software