Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.6_CTP_3.1.2

...

Table of Content Zone
locationtop

security.mq.ssl.trust.store.location

Specifies the location of the trust store to be used for Server-Side SSL (authentication of the Queue Manager by the client). 

This option specifically applies to the Message Forward tool.

security.mq.ssl.key.store.location

Specifies the location of the key store to be used for Client-Side SSL (authentication of the client by the Queue Manager). 

This option specifically applies to the Message Forward tool.

security.mq.ssl.key.store.password

Specifies the MQ SSL Key Store password. 

This option specifically applies to the Message Forward tool.

System Properties

You can set the following system properties when executing the startup command to fine-tune server operation.

Asynchronous Processing

Asynchronous processing enables better concurrency when responders are configured with delays (e.g., in performance profiles). You can control how the server processes requests by setting the following system properties during startup.

parasoft.async.support.mode

This property sets the asynchronous processing mode. The following modes are supported:

  • ON - all requests are processed asynchronously
  • DELAY - only response that have a delay are processed asynchronously, default
  • OFF -  no asynchronous processing

parasoft.async.support.workers

This property sets the number of worker threads available for performing asynchronous processing. Default is 200.

Supported Listeners

HTTP, JMS, MQ and Http Listeners are supported.