Examples: Displaying properties associated with integration node components

See examples that use the mqsireportproperties command to display properties that are associated with integration node components.

Always enter the command on a single line. In some examples, a line break is added to enhance readability.

The following examples include the -b parameter to specify the component to view.

  • Check whether the integration node listener is active for deployed HTTP and SOAP nodes in one or more integration servers:
    mqsireportproperties INODE -b NodeHttpListener -n startListener
  • Display all the current HTTPListener settings that are associated with HTTP and SOAP nodes (defined in the NodeHttpListener component):
    mqsireportproperties INODE -b NodeHttpListener -o HTTPListener -a
  • Display the HTTPSConnector port setting for the HTTP nodes (defined in the NodeHttpListener component):
    mqsireportproperties INODE -b NodeHttpListener -o HTTPSConnector -n port
  • Display the current configuration for an event publication. The example event type belongs to the OperationalEvents event group, and uses IBM® MQ as the transport protocol:
    mqsireportproperties INODE -b Events -o OperationalEvents/MQ -n enabled
  • Display the settings that are associated with the Rest Administration Listener:
    mqsireportproperties INODE -b RestAdminListener -a