Hitachi

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


5.5.19 imq.persist.file.message.max_record_size

imq.persist.file.message.max_record_size defines the maximum-size of the message to be added to the message storage file.

Description

imq.persist.file.message.max_record_size defines the maximum-size of the message to be added to the message storage file.

Any message exceeding this size is stored in a separate file of its own.

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.

Specifiable values

Type: String

Default value

If the definition item is omitted

1m

Example

imq.persist.file.message.max_record_size=<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)