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.8_CTP_3.1.4

...

Table of Content Zone
maxLevel2
minLevel2
locationtop

proxy.enable.proxy

Enables/disables the application of Windows and IE proxy settings.

If Windows/IE are properly configured so that the proxy accesses the relevant websites, set this option to false and set the proxy.use.system.proxy.configuration option to true. Otherwise, set this option to true and set the other relevant proxy properties.

The default is false.

This option specifically applies to the Message Forward tool.

proxy.use.system.proxy.configuration

If Windows and IE (which use the same settings) are configured to properly use the proxy to access the relevant websites, set this property to true.

The default is true.This option specifically applies to the Message Forward tool.

proxy.use.automatic.configuration.script

Enables/disables ability to use an automatic configuration script. Set this to true and enter the proxy address with proxy.automatic.configuration.script.location setting. 

The default is false.

This option specifically applies to the Message Forward tool.

proxy.enable.proxy.authentication

If your proxy server requires authentication, set this property to true, then enter a valid user name and password with proxy.username and proxy.password.  The default is false.

This option specifically applies to the Message Forward tool.

proxy.same.proxy.server.for.all.protocols

If you want to use the same proxy server for all protocols, set this property to true, then enter the address and port of the proxy server you want to use in the proxy.http, proxy.ftp, proxy.secure, and proxy.*.port properties.  The default is true.

This option specifically applies to the Message Forward tool.

proxy.automatic.configuration.script.location

The value should be a URL to the script: either an HTTP(S) URL or a file URL. File URLs should be formatted as "file:///" followed by the file system path where the proxy autoconfiguration script lives. For example, on Windows this could be file:///c:/Users/user/scripts/proxy.pac. On Linux, it might be file:///home/machine/scripts/proxy.pac.

This option specifically applies to the Message Forward tool.

proxy.http

Address of the http proxy to use. If the same proxy server will be used for all protocols, this is the value that will be used. This option specifically applies to the Message Forward tool.

proxy.http.port

Port of the http proxy to use. If the same proxy server will be used for all protocols, this is the value that will be used. 

This option specifically applies to the Message Forward tool.

proxy.ftp

Address of the ftp proxy to use. 

This option specifically applies to the Message Forward tool.

proxy.ftp.port

Port of the ftp proxy to use. 

This option specifically applies to the Message Forward tool.

proxy.secure

Address of the secure proxy to use. This option specifically applies to the Message Forward tool.

proxy.secure.port

Port of the secure proxy to use. This option specifically applies to the Message Forward tool.

proxy.username

Username to use when proxy authentication is enabled. 

This option specifically applies to the Message Forward tool.

proxy.password

Password to use when proxy authentication is enabled. 

This option specifically applies to the Message Forward tool.

proxy.exceptions

If you want to allow Web traffic from designated IP addresses to pass through directly (avoiding the proxy), enter those IP addresses in this property. If you enter multiple addresses, use a semicolon (;) to separate the entries. This option specifically applies to the Message Forward tool.

...

Security Options


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.

...