Hitachi

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


5.5.4 imq.autocreate.destination.maxBytesPerMsg

imq.autocreate.destination.maxBytesPerMsg sets the maximum size (in bytes) of any single message.

Description

imq.autocreate.destination.maxBytesPerMsg sets the maximum size (in Bytes) of any single message.

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. Value of 0 and -1 denotes an unlimited message size.

Specifiable values

Type: String

Default value

If the definition item is omitted

10k

Example

imq.autocreate.destination.maxBytesPerMsg=<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