Joined: 16 May 2001 Posts: 668 Location: Switzerland
While MQ itself might use pipes internally, this is not visible from an application.
One could think of a process sitting on a queue waiting for a message as a "read from a pipe", and the writing of messages on a queue and a "write to a pipe", if you think of pipes as one-way mechanisms where a process sends down a pipe and another process receives from the same pipe. If you substitute "queue" for "pipe" then I suppose you've got it - MQ can also be used as a local IPC mechanism but it's not the norm.
I'm not really too sure what you're looking for here.....
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum