简体   繁体   中英

Using Rabbitmq or Hornetq for a high traffic chat component

I'm working on building a high-traffic chat component for an application, and decided to build it atop a message queue, which I narrowed down to these two: Hornetq and Rabbitmq.

  1. Does anyone have any opinions regarding which would be a better choice? (I plan on also coding a server that will site between the queue and users for websocket and comet tasks using java nio)

  2. Can anyone point me to some good information on message throttling algorithms using these technologies?

RabbitMQ has AMQP, if that's what you need that would be a better choice.

HornetQ is JMS centric, with support on Stomp.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM