Use the mqsireportproperties command to display properties that relate to an integration node, an integration server, or a configurable service.
You can also use the web user interface to view the properties of configurable services. See Viewing configurable services for more information.
Use the mqsireportproperties command to examine the values of properties or integration node resources that are set by using the mqsichangeproperties command, or created by using the mqsicreateconfigurableservice command.
>>-mqsireportproperties--integrationNodeName--------------------> >--+-----------------------------+-- -o --ObjectName------------> +- -b --ComponentName---------+ +- -e --integrationServerName-+ '- -c --ConfigurableService---' >--+- -n --PropertyName-+--+----------------+--+-----+--------->< +- -a----------------+ '- -p --FileName-' '- -f-' '- -r----------------'
For a list of supplied configurable services, and their properties and values, see Configurable services properties.
You must also specify -b, -e, or -c after -o, except if you specify the object name BrokerRegistry.
You can set a parameter to disable or enable the integration node listener for HTTP and SOAP nodes; by default, this listener is active and is used for HTTP nodes. SOAP nodes use the integration server (embedded) listener by default.
You can configure the integration server such that all HTTP nodes use the embedded listener instead of the integration node listener. You can also configure the integration server so that SOAP nodes use the integration node listener. For more information, see HTTP listeners.
Specify a value of AllReportableEntityNames to return a list of all valid object names.
You must select only one option from -n, -a, and -r.
Note, that this option does not show all the possible values for AllReportableEntityNames. Furthermore, not all entities support this parameter.
You can use this parameter only when the integration server is in the stopped state, and you must also specify -e and -o.
If you specify this parameter for other configurable services or components, an error is generated.
For more information about objects, properties, and values, and valid combinations of these parameters, see mqsichangeproperties command.
For the httplistener component, the mqsireportproperties command does not report those properties that have not been explicitly set with the mqsichangeproperties command, even if those properties have a default setting.
For example, the default HTTPSConnector port that is used (unless it has been changed) is 7083. However, this value is not reported by the mqsireportproperties command unless you have changed it from this default by using the mqsichangeproperties command. To see the default values for all properties that the mqsireportproperties command can report, see the mqsichangeproperties command description.