PUTASYNCALLOWED

This property determines whether message producers are allowed to use asynchronous puts to send messages to this destination.

Applicable Objects

Queue, Topic

JMS administration tool long name: PUTASYNCALLOWED

JMS administration tool short name: PAALD

Programmatic access

Setters/getters

MQDestination.setPutAsyncAllowed()

MQDestination.getPutAsyncAllowed()

Values

AS_DEST
Determine whether asynchronous puts are allowed by referring to the queue or topic definition. This is the default value.
AS_Q_DEF
Determine whether asynchronous puts are allowed by referring to the queue definition.
AS_TOPIC_DEF
Determine whether asynchronous puts are allowed by referring to the topic definition.
NO
Asynchronous puts are not allowed.
YES
Asynchronous puts are allowed.