Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为一个应用程序构建一个高流量的聊天组件,并决定在消息队列上构建它,我将其缩小到这两个:Hornetq 和 Rabbitmq。
有没有人对哪个是更好的选择有任何意见?(我还计划编写一个服务器,该服务器将使用 java nio 在队列和用户之间进行 websocket 和 comet 任务)
谁能告诉我一些关于使用这些技术的消息限制算法的好信息?
RabbitMQ 有 AMQP,如果这是您需要的,那将是一个更好的选择。
HornetQ 以 JMS 为中心,支持 Stomp。