defaultPutMessageOptions

Type: String

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

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

Options passed to the putMessage method through the options parameter override those specified in the defaultPutMessageOptions property.