KCML_MessageQueue_Send
Purpose
Send a message to a message queue
Definition
DEFSUB 'KCML_MessageQueue_Send(queue$, msg$) AS Bool
Parameters
| queue | Name of the queue as defined in /etc/kcml/msgq.conf |
| msg | Message text |
Return
Returns TRUE on success.
Description
Sends a message to the queue defined in /etc/kcml/msgq.conf. Only supported on AIX & Linux.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.