How do I set the delivery policy for a queue in iMQ 2.0?

The list on page 67 of the 2.0 administration guide appears to beincomplete. Specifically, I'm interested in knowing how to setthe default delivery policy for a Queue through the jmqobjmgr command.I need the valid attribute name to pass in to jmqobjmgr.
[289 byte] By [christenscreen] at [2007-11-25 8:06:41]
# 1

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".

christenscreen at 2007-7-1 13:56:52 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...