Cross-platform, cross-language messaging system?

前端 未结 8 1946
萌比男神i
萌比男神i 2021-02-04 10:47

I\'m developing a set of applications that work together to create a system for processing metering data. There\'s several reasons I want to have them loosely coupled and the sy

8条回答
  •  梦谈多话
    2021-02-04 11:25

    If you want a multilanguage "standard" -- meaning you are not tied to using a specific broker / intermediary like ActiveMQ, SonicMQ, or WebsphereMQ -- I strongly suggest you look at the AMQP standard (http://www.amqp.org) and related brokers (RabbitMQ, QPid, OpenAMQ; see http://www.amqp.org/confluence/display/AMQP/AMQP+Products).

提交回复
热议问题