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.
我想知道是否可以通过 AMQP 和 RabbitMQ 为生产者和消费者使用不同的语言?
例如:Java 用于生产者,python/php 用于消费者,反之亦然?
是的,AMQP 与语言无关,这意味着只要您有可以连接到同一个RabbitMQ 服务器的客户端,您就应该能够在它们之间进行通信。幸运的是,已经有可用多种语言编写的 RabbitMQ 客户端,包括 Java、Python 和 PHP。