maxMemoryInuse

Type: Integer

The maxMemoryInuse property of the JadeGenericQueue class contains the maximum amount of memory that is available for messages in the queue. The behavior depends on the transport. In the JadeMQ transport, a call to the putMessage method is blocked until the memory in use falls below this limit. (You can specify a Timeout value as part of the options parameter to the putMessage method, to limit the delay.)

In the JadeMQ transport, the default value of the maxMemoryInuse property is 10M bytes and the maximum value is 10M bytes. In the WebSphere MQ transport, the value of the maxMemoryInuse property is the maximum integer value (2,147,483,647), and attempts to change this value are ignored.