Start of change
IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

Parameter values for the ComIbmParserManager component

Select the properties and values that are associated with the ComIbmParserManager component that you want to change.

To change the properties for the ComIbmParserManager component, run the mqsichangeproperties command and specify the broker name and integration server name, and the properties and values that you want to set by using the -n and -v parameters. You must set the component (by using the -o parameter) to ComIbmParserManager. For example:
mqsichangeproperties broker_name -e integrationServer_name -o ComIbmParserManager -n property_name -v property_value

Use these properties to generate activity log entries that can help to identify where the majority of parser activity is happening in a message flow. The ability to identify where such activity is happening assists in performance tuning.

You can change the following properties and values for the ComIbmParserManager component:

-n parserWarningThreshold -v value
This property specifies the frequency, based on the number of parsers that are created on a thread, with which IBM® Integration Bus writes warning messages to the activity log. The value that you specify is the number of parsers that are created on a thread after which a warning message is written to the activity log. The value set for this property must be a positive integer, and the default value is 1000, which means that a warning message is written to the activity log every time 1000 parsers are created on a thread.
For example, the following command specifies that IBM Integration Bus writes a warning message to the activity log every time 2000 parsers are created on a thread:
mqsichangeproperties broker_name -e integrationServer_name -o ComIbmParserManager -n parserWarningThreshold -v 2000
-n fieldWarningThreshold -v value
This property specifies the frequency, based on the number of fields that are created on a specific parser, with which IBM Integration Bus writes warning messages to the activity log. The value that you specify is the number of fields that are created on a specific parser after which a warning message is written to the activity log. The value set for this property must be a positive integer, and the default value is 100000, which means that a warning message is written to the activity log every time 100,000 fields are created on a specific parser.
For example, the following command specifies that IBM Integration Bus writes a warning message to the activity log every time 200,000 fields are created on a specific parser:
mqsichangeproperties broker_name -e integrationServer_name -o ComIbmParserManager -n fieldWarningThreshold 
     -v 200000

bn23637_.htm | Last updated Friday, 21 July 2017
End of change