Previous Topic: Configuration Options - Parmlib Member MQSDATANext Topic: Cross System Support Enhanced


Configuration Options - Parmlib Member MQSERIES

The configuration options member MQSDATA has been enhanced to include the following options:

BROWSE-MSG-COUNT-MAXIMUM

Specify the maximum number of messages that are read when browsing messages using commands like MQBROWSE, MQDEAD, MQEVENT, and MQCHAUTH.

Default = 32768

BROWSE-MSG-LENGTH-MAXIMUM

Specify the maximum message length that is read when browsing messages using commands like MQBROWSE, MQDEAD, MQEVENT, and MQCHAUTH. Messages over this length are truncated.

Default = 2048

CHLAUTH-MSG-COUNT

Specify the maximum number of messages that are read when browsing messages using the MQCHAUTH command. This parameter has an upper limit set by the BROWSE-MSG-COUNT-MAXIMUM parameter.

Default = 32768

CHLAUTH-MSG-LENGTH

Specify the maximum message length that is read when browsing messages using the MQCHAUTH command. Messages over this length are truncated. This parameter has an upper limit set by the BROWSE-MSG-LENGTH-MAXIMUM parameter.

Default = 12288

MQBROWSE-MSG-COUNT

Specify the maximum number of messages that are read when browsing messages using the MQBROWSE command. This parameter has an upper limit set by the BROWSE-MSG-COUNT-MAXIMUM parameter.

Default = 32768

MQBROWSE-MSG-LENGTH

Specify the maximum message length that is read when browsing messages using the MQBROWSE command. Messages over this length are truncated. This parameter has an upper limit set by the BROWSE-MSG-LENGTH-MAXIMUM parameter.

Default = 532

MQDEAD-MSG-COUNT

Specify the maximum number of messages that are read when browsing messages using the MQDEAD command. This parameter has an upper limit set by the BROWSE-MSG-COUNT-MAXIMUM parameter.

Default = 32768

MQDEAD-MSG-LENGTH

Specify the maximum message length that is read when browsing messages using the MQDEAD command. Messages over this length are truncated. This parameter has an upper limit set by the BROWSE-MSG-LENGTH-MAXIMUM parameter.

Default = 256

MQEVENT-MSG-COUNT

Specify the maximum number of messages that are read when browsing messages using the MQEVENT command. This parameter has an upper limit set by the BROWSE-MSG-COUNT-MAXIMUM parameter.

Default = 8192

MQEVENT-MSG-LENGTH

Specify the maximum message length that is read when browsing messages using the MQEVENT command. Messages over this length are truncated. This parameter has an upper limit set by the BROWSE-MSG-LENGTH-MAXIMUM parameter.

Default = 3172