Memory Queue Function Component
Often referred to as the MemQueue FC. The Memory Queue FC encapsulates the functionality of the IBM® Security Directory Integrator Memory Buffer Pipe (as present in the API) and provides a GUI to configure it. You can use the information and link provided here to know more about Memory Queue Function Component.
The FC contains two parts: the raw FC and the Config Editor (GUI) component. The raw FC encapsulates the calls to the memory buffer pipe. The GUI provides a way for the user to configure the behavior of a memory buffer pipe. The FC either returns a reference to the Memory Buffer Pipe object or reads/writes to it.
There can be multiple readers and writers for the same queue. Every writer has to obtain a lock before adding data . The writer has to release the lock before a reader can access it.