We're working on a PHP based GUI interface to a Linux based product. The controller module on the product uses SysV message queues.
We are able to send messages to the queue but get a corrupted message when we try to extract data from a received message.
Is there something funky that needs to be done regarding the "mixed" type? Does data need to be serialized/ deserialized before/after message processing.
Any help greatly appreciated.
Charlotte