Re: [zeromq-dev] Queue manager

2013-08-21 Thread Joshua Foster
1. ZeroMQ stores the messages in the memory of the process that is using it (ZeroMQ is a library). 2. Short answer - have high and low priority socket and poll between the two favoring the high priority socket. Long answer - it really depends on the problem. Sometimes its better to solve it

[zeromq-dev] Queue manager

2013-08-20 Thread Ravir Pandey
Hi Guys, I am using Zmq for my application and I have some doubts on that. 1. Where does the Zmq queue manager stores the messages and in which manner it handles the messages? 2. How to priorities the urgent message? Thanks, Ravi ___ zeromq-dev