Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


5.5.6 imq.autocreate.destination.maxTotalMsgBytes

imq.autocreate.destination.maxTotalMsgBytes sets the maximum total memory (in bytes) for unconsumed messages.

Description

imq.autocreate.destination.maxTotalMsgBytes sets the maximum total memory (in bytes) for unconsumed messages.

The syntax is the same for imq.autocreate.destination.maxBytesPerMsg.

The value may be expressed in Bytes, Kilobytes, or Megabytes using the following suffixes:

b

Bytes

k

Kilobytes (1024 Bytes)

m

Megabytes (1024 x 1024 = 1,048,576 Bytes)

An unsuffixed value is expressed in bytes. A value of 0 and -1 denotes an unlimited message size.

Specifiable values

Type: String

Default value

If the definition item is omitted

10m

Example

imq.autocreate.destination.maxTotalMsgBytes=<Examples>
In the above example, you can replace Examples with one of the following values:
  • 1600: 1600 Bytes

  • 1600b: 1600 Bytes

  • 16k: 16 Kilobytes (= 16,384 Bytes)

  • 16m: 16 Megabytes (= 16,777,216 Bytes)

  • -1: No limit