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.
我想使用 ActiveMQ 将 python 服务与 C# 客户端连接起来。有没有办法在 C# (openwire) 和 python (Stomp) 中指定故障转移连接?
ActiveMQ 将被配置为共享文件系统主从。
C# 客户端支持故障转移,请参阅:http: //issues.apache.org/activemq/browse/AMQNET-26。Python 客户端可能不支持它。