persistant message queues
Posted
by Will
on Stack Overflow
See other posts from Stack Overflow
or by Will
Published on 2010-06-14T13:36:24Z
Indexed on
2010/06/14
13:42 UTC
Read the original article
Hit count: 184
message-queue
I have several services on different machines and a message-passing system suits my problem.
Reliability - sent messages always delivered, even if one end goes down - is the key concern, although it should also be fast and reasonably bandwidth-efficient.
So which message queue should I use?
© Stack Overflow or respective owner