message queue : selection and sizing

Posted by user238591 on Stack Overflow See other posts from Stack Overflow or by user238591
Published on 2010-05-17T10:11:28Z Indexed on 2010/05/17 13:00 UTC
Read the original article Hit count: 176

Filed under:
|
|

Hi,

  • I have 20 messages/s, each 1 - 1.5 Mbytes.
  • I need High Availability (2 to 4 servers min).
  • I need low latencey (high daily volume -> full RAM prefered).
  • I need persistent poisoned messages queue.
  • Only few clients (about 16), locally.
  • I can have 12-16G bytes RAM per server (brooker).

Which JMS message queue / messaging would you recommend ?
On what configuration (CPU/RAM) ?

Can I propose optionnal NAS persistence (in case of final delivery failure) ?

Thanks

© Stack Overflow or respective owner

Related posts about message-queue

Related posts about messaging