Implementing a POSIX message queue

The default style is a proprietary-style queue.

About this task

To use POSIX-style message queues:

Procedure

  1. In the makefile, add the flag OM_POSIX_QUEUES to ADDED_CPP_FLAGS.
  2. Rebuild the OXF libraries in the framework, as described in Building the framework libraries.

Feedback