Implementing a POSIX message queue
The default style is a proprietary-style queue.
About this task
To use POSIX-style message queues:
Procedure
In the makefile, add the flag
OM_POSIX_QUEUES
to
ADDED_CPP_FLAGS
.
Rebuild the OXF libraries in the framework, as described in
Building the framework libraries
.
Feedback