The "queueDeliveryPolicy" is an attribute of a queue
created in the broker - not in the administered object
destination so that is why you are not seeing that
attribute on the list on page 67.
By default, the broker by will use the "single" queue delivery
policy unless you choose to change the values of the property
"jmq.queue.defaultdeliveryPolicy" to SINGLE, ROUND-ROBIN, or
FAILOVER. If you would like to do this, see the Chapter 4
in the admin guide on "Starting and Configuring the Broker".
It may be easier to set the delivery policy for just one queue.
To do this, you can use the following command:
jmqcmd create dst -n myQueue -t q -o "queueDeliveryPolicy=f"
where valid values to queueDeliveryPolicy is f, s, r.
You can do a 'jmqcmd -H' to get more info on queue attributes or
see Chapter 6 in the admin guide on "Creating and Destroying Destinations".