WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
ServiceFederationManager object property values
Select the properties associated with the ServiceFederationManager component that you want to change.
To change these properties, you must specify the execution group name and -o ServiceFederationManager.
- port
- The insecure HTTP port that Service Federation Management (SFM)
proxy input endpoints that are created in this connectivity provider
are to use. You might select a particular port value to make that
port available through a firewall, for example. If you do not specify
a value or if you specify a value of 0, the broker selects the first
unused port in the range 8810 - 8842.
- Value type - integer
- Initial value - 0
- securePort
- The secure HTTPS port that SFM proxy input endpoints that are
created in this connectivity provider are to use. You might select
a particular port value to make that port available through a firewall,
for example. If you do not specify a value or if you specify a value
of 0, the broker selects the first unused port in the range 8843 -
8872.
- Value type - integer
- Initial value - 0
- maxWaitTime
- The maximum time, in seconds, that an SFM proxy is to wait for
the target service to respond to a request that it has sent. If this
time is exceeded, the proxy returns a SOAP fault to the calling client.
- Value type - integer
- Initial value - 180
- proxyURLHostName
- The host name that is to appear in the input endpoint URL for
an SFM proxy created in this connectivity provider. You might, typically,
set this to a domain name that the service consumer should use to
address the proxy, given that the service consumer might be accessing
it from a remote network domain. An example is myhost.location.ibm.com.
- Value type - string
- Initial value - null
- ProxyPathPrefix
- The fixed path prefix that is to be appended with unique digits
and prefixed to the input endpoint URL for an SFM proxy created in
this connectivity provider. If set to null, no prefix is used in the
proxy input path and the remainder of the proxy path becomes the target
service path. For example, if a proxy is created for a service which
has the endpoint URL http:://host:7080/service and
the initial value proxy is used, the proxy URL that
is created would be similar to http:://myhost:8810/proxy1/service.
- Value type - string
- Initial value - proxy