defaultGetMessageOptions

Type: String

The defaultGetMessageOptions property of the JadeGenericQueue class contains a set of default options that are used by subsequent calls to the getMessage method of the JadeGenericQueue class.

Although you can specify these options each time by using the options parameter of the getMessage method, it is more efficient to use the defaultGetMessageOptions property to provide a pre-compiled set of options, which avoids the need to parse a full list of options on each call.

Options passed to the getMessage method through the options parameter override those specified in the defaultGetMessageOptions property.