MQIA_MAX_MSG_LENGTH

 

public final static int

This integer attribute selector is used with an MQINQ call to determine the length of the longest physical message that the queue manager can handle. However, because the MaxMsgLength queue-manager attribute can be set independently of the MaxMsgLength queue attribute, the longest physical message that can be placed on a queue is the lesser of those two values.

The lower limit for the MaxMsgLength attribute is 32 KB (32 768 bytes). The upper limit is 100 MB (104 857 600 bytes).


uj18940_