lalithamenon
Programmer
My application developed in unix has many processes and they talk to each other thru unix message queues.
unix queues are not file persistent.So when the server goes down all on a sudden ,all these queues(resources) are also cleared and as a result the packets in them are also lost.
I want to know what is the best way to provide persistence to the packets, so that every packet is guaranteed delivery?
Can anyone help?