[zeromq-dev] server to server messaging
Martin Sustrik
sustrik at fastmq.com
Mon Apr 6 10:38:42 CEST 2009
Hi Dhammika,
> What's the recommended way to handle server to server messaging?
> I'm not sure how this is done, do we have an example?
If you have two 'server' applications (i.e. applications exposing global
exchanges/queues) you want to talk together, let them communicate the
same way the applications communicate, i.e. one of them creates a global
queue and/or exchange, other one binds to it. Use style_load_balancing
on the exchange not to drop messages when the other server is not
currently connected.
> Is anyone working on this ticket?
> http://jira.fastmq.org/browse/ZMQ-93
No, no one is working on it. Have a look at it if you are interested. I
would expect it not to be a simple task though. If you want to use the
JIRA, create an account there and let me know. I'll add you to the
developers list so that you can comment, edit issues etc.
Martin
More information about the zeromq-dev
mailing list