Figure 7

QUE_FIFO             First In First Out ordering, records
                     will be read by age - oldest first.
QUE_LIFO             Last In First Out ordering, records
                     will be read by age - newest first.
QUE_PRIORITY         Queue records are ordered by an
                     application defined priority