Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


Queue Messages Processing Order (TA_APPQORDER)

Description

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.

Valid Values

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.

FIFO — first in first out

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)

Default

FIFO

 

Skip navigation bar  Back to Top Previous Next