retrieveAQCommand =  OMBRETRIEVE ADVANCED_QUEUE "QUOTED_STRING" GET ( 
          "getPropertiesClause" | "getReferenceIconSetClause" )
     getPropertiesClause =  PROPERTIES "(" "propertyNameList" ")"
     getReferenceIconSetClause =  ( REF | REFERENCE ) ICONSET
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
Retrieves the values of the given Properties for the Advanced Queue with the given name.
Basic properties for ADVANCED_QUEUE: Name: BUSINESS_NAME Type: STRING(200) Valid Values: Any valid character string in supported character set. Default: Empty string Business name of the Advanced Queue Name: DESCRIPTION Type: STRING(4000) Valid Values: Any valid character string in supported character set. Default: Empty string Description of the Advanced Queue Name: QTABLE Type: STRING(4000) Valid Values: Any valid character string in supported character set. Default: Empty string Queue Table for the Advanced Queue. This has to be the name of a Queue Table(QUEUE_TABLE) existing in the same Oracle Module.
Table 17-2 ADVANCED_QUEUE Object
| Property | Type | Choices | Min | Max | Default | Description | 
|---|---|---|---|---|---|---|
| 
 DEPLOYABLE  | 
 BOOLEAN  | 
 true, false  | 
 none  | 
 none  | 
 true  | 
|
| 
 DEQUEUE_ENABLED  | 
 BOOLEAN  | 
 true, false  | 
 none  | 
 none  | 
 true  | 
|
| 
 ENQUEUE_ENABLED  | 
 BOOLEAN  | 
 true, false  | 
 none  | 
 none  | 
 true  | 
|
| 
 GENERATE_ADVANCED_QUEUE  | 
 BOOLEAN  | 
 true, false  | 
 none  | 
 none  | 
 true  | 
|
| 
 GENERATE_TEMPORARY_TABLE  | 
 BOOLEAN  | 
 true, false  | 
 none  | 
 none  | 
 true  | 
|
| 
 GENERATION_COMMENTS  | 
 STRING  | 
 none  | 
 none  | 
 none  | 
 empty string  | 
 Enter additional comments for the generated code.  | 
| 
 MAX_RETRIES  | 
 NUMBER  | 
 none  | 
 none  | 
 none  | 
 5  | 
|
| 
 RETENTION_TIME  | 
 NUMBER  | 
 none  | 
 none  | 
 none  | 
 0  | 
|
| 
 RETRY_DELAY  | 
 NUMBER  | 
 none  | 
 none  | 
 none  | 
 0  |