Configuring Threading for a JMS Inbound Transport

The property that defines the number of threads used for an inbound JMS transport is defined manually after the services package is created. Other runtime properties for inbound transports are defined while managing transports used for access configuration.

To configure the number of threads:

  1. Create the services package that uses a JMS inbound transport.

  2. Update the ecc_<package name>_sc.jar

    • Locate the ECCSupportService.props properties that is created in the services package. Open this file in a text editor.

    • Add the following line to the file:

      DD-<JMS transport name>-NumberOfWorkThreads=x

      where x is the number of threads to be used.

    • Save the updated ECCSupportService.props file to the ecc_<package name>_sc.jar file.

  3. Save the updated ecc_<package name>_sc.jarto the services package.

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com