getMaximumMessageLength

 

public int getMaximumMessageLength() throws MQException;

Gets the maximum length of a message that the queue manager can handle. No queue can be defined with a maximum message length greater than this.

Returns

  • The maximum message length in bytes.

Exceptions

  • MQException - if you call this method after disconnecting from the queue manager to indicate that the connection is no longer valid.


uj15220_