Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
kc_queue_par_str - Properties of queue objects
The kc_queue_par_str data structure is defined for the KC_QUEUE_PAR parameter type. In the case of KC_GET_OBJECT, UTM returns general information on temporary queues in kc_queue_par_str.
Data structure kc_queue_par_str |
char qp_number[10];
|
char qlev[5];
|
char qmode;
|
The fields of the data structure have the following meanings:
qp_number |
| Generated maximum number of queue objects that can exist at any one time during an application run |
qlev |
| Default value when a temporary queue is created: The maximum number of messages that can be in a temporary queue at any one time |
qmode |
|
| Default value when a temporary queue is created: Response of UTM when the maximum permitted number of messages in the queue is exceeded. Possible values are: |
| 'S' | (STD) UTM rejects any further messages for this queue. |
| 'W' | (WRAPAROUND) UTM accepts further messages. When a new message is entered, the oldest message in the queue is deleted. |