Configuring message preferences
You can configure browsing limits and set how message properties are displayed.
About this task
To configure message preferences within IBM® MQ Explorer,
complete one of the following tasks:
Configuring browsing limits
About this task
You can configure he following values:
- The maximum number of messages that can be browsed in the range 1 - 5000.
- The maximum number of bytes of data to be displayed per message in the range 0 - 16 384.
Important: Ensure that your system has enough random access memory (RAM) to display
large numbers of messages or system performance might be affected.
Procedure
- Click Window, and then click Preferences.
The Preferences dialog opens.
- Click Messages. Messages settings appear.
- Change the maximum number of messages that are browsed by either clicking the up or down arrows, or by typing a new value. The default value is 500.
- Change the maximum data bytes that are displayed by either clicking the up or down arrows, or by typing a new value. The default value is 1000.
Showing message properties
About this task
Procedure
- Click Window, and then click Preferences.
The Preferences dialog opens.
- Click Messages. Messages settings appear.
- To show no message properties, except those properties
that are contained in the message descriptor or extension, clear the Show
message properties check box. For more information, see Named Properties page.
- To show message properties as Named Properties, select
the as Named Properties check box. Properties
of the message, except those properties that are contained in the
message descriptor or extension, are represented in the Named
Properties panel in name-value pairs, and the properties
are removed from the message data. For more information, see the entry for MQGMO_PROPERTIES_IN_HANDLE in Named Properties page.
- To show message properties as an MQRFH2 structure in the
message body, select the as an MQRFH2 structure in message
body check box. Properties of the message, except those
properties that are contained in the message descriptor or extension,
are represented in the MQRFH2 Properties panel
and the properties remain in the message data. For more information, see the entry for MQGMO_PROPERTIES_FORCE_MQRFH2 in MQRFH2 Properties page.
- To show message properties as an MQRFH2 structure in the
message body, select the as an MQRFH2 structure in message
body, compatible with WebSphere MQ V6 check box. If the
message contains a property with a prefix of
mcd.
,jms.
,usr.
, ormqext.
, all message properties, except those properties that are contained in the message descriptor or extension, are represented in the MQRFH2 Properties panel and the properties remain in the message data. Otherwise, all properties of the message, except those properties that are contained in the message descriptor or extension, are discarded and not displayed.For more information, see the entry for MQGMO_PROPERTIES_FORCE_MQRFH2 in MQRFH2 Properties page.