Administration Console Online Help
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
The order in which you want messages in the queue to be processed. Consider your needs carefully before selecting an order for your application: the value in this field cannot be modified after the application queue is created.
Select one of the combinations listed below. The commas indicate a secondary (or lower) processing order within the primary processing order. For example, PRIO, LIFO
means that the queue is processed in priority order, but if two items in the queue share the same priority, they are then processed in last in first out order.
PRIO, LIFO
— Priority (then last in first out)
PRIO, FIFO
— Priority (then first in first out)
TIME, LIFO
— Execution Time (then last in first out)
PRIO, TIME, LIFO
— Priority (then Execution Time (then last in first out)
PRIO, TIME, LIFO
— Priority (then Execution Time (then first in last out)
TIME, PRIO, LIFO
— Execution Time (then Priority (then last in first out)
![]() ![]() |
![]() |
![]() |