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

Configuring the Service Federation Management properties of an execution group

Using the mqsichangeproperties command, you can configure the Service Federation Management (SFM) properties of an execution group in a broker that has been enabled for SFM. These properties determine how proxies are created.

When you enable a broker for SFM, the execution groups in the broker are also enabled for SFM; they act as connectivity providers and create and host the proxy instances for use by service consumers in other domains.
Run the mqsichangeproperties command to configure the properties that relate to the SFM capability of an execution group.
For example, to set a host name, insecure port, and secure port to be used in the endpoint address of SFM proxies created in an execution group:
mqsichangeproperties TEST -e exgroup1 -o ServiceFederationManager 
-n proxyURLHostName,port,securePort -v mbhost.ibm.com,8811,8844 

If an SFM proxy is configured to use SSL, its input proxy URL transport is HTTPS; it will need to use the keystore at either the execution group level or broker level to obtain its private key. If an SFM proxy has a target service that requires SSL, its target service URL transport is HTTPS; it will need to use the truststore at either the execution group level or the broker level to obtain the public key of the service. In such cases, you must configure either the execution group or the broker to reference keystores and truststores that have been loaded with these certificates. If both are set, the execution group level setting is used.

To review the properties that relate to the SFM capability of an execution group, run the mqsireportproperties command with the -a all properties option:
mqsireportproperties broker_name -e execution_group_name -o
ServiceFederationManager -a 
To review details of SFM proxies that have been created in an execution group, run the mqsireportproperties command with the -r all recursive child properties option:
mqsireportproperties broker_name -e execution_group_name -o
ServiceFederationManager -r 
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:48:18


Task topicTask topic | Version 8.0.0.7 | bn19040_