We've been using SysV Message Queue for our distributed data processing system for over 15 years. For some reason, we want to replace it with newer Message Queue mechanism. Is there any suggestions?
Requirements:
- Fast response, minimizing message queue system overhead
- Multiple client language library support, mainly c, c# and java
- Can do some HA configuration to prevent SPOF
- Have logging ability to check who sends message and who receives message
I've found Apache ActiveMQ and RabbitMQ, but it seems RabbitMQ lacks of stable C client library support?