...
Table of Content Zone | ||
---|---|---|
| ||
security.mq.ssl.trust.store.locationSpecifies 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.locationSpecifies 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.passwordSpecifies 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 asynchronouslyDELAY
- only response that have a delay are processed asynchronously, defaultOFF
- 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.