Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property sets the operational mode of the HybridQueue, allowing messages to be processed by priority or in a strict sequence. |
| What area does it affect? |
HybridQueue message processing |
| What does the default mean? |
The default value is "original", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when optimizing message processing strategies or troubleshooting message order issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.worker.hybrid_queue.mode |
| Sys ID |
345c3842ff332210f879ffffffffffea |
| Type |
string |
| Application |
Global |
| Default value |
original |
| Description |
Property that controls the mode of operation for the HybridQueue.
Possible values:
- "priority": Messages are sorted by priority, with higher priority messages processed first
- "original" or "fifo": Messages are processed in strict first-in-first-out order. "original" uses classic hybrid queue implementation while the "fifo" uses the same queue as "priority" without adjusting the offeredAt for prioritzation.
Default value is "priority" mode. |
| Updated |
2025-09-06 14:26:58 |
Related properties