ActiveMQ的故障转移机制是否支持C#(openwire)& python (stomp) 客户端?
我想使用 ActiveMQ 将 python 服务与 C# 客户端连接。 有没有办法在 C# (openwire) 和 python (Stomp) 中指定故障转移连接?
ActiveMQ 将被配置为共享文件系统主从。
I'd like to use ActiveMQ to connect python service with C# clients.
Is there a way to specify failover connection in C# (openwire) and python (Stomp)?
The ActiveMQ will be configured Shared File System Master Slave.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
C# 客户端支持故障转移请参阅:http://issues.apache.org/activemq/browse/ AMQNET-26。
Python客户端可能不支持它。
C# client supports failover see: http://issues.apache.org/activemq/browse/AMQNET-26.
Python client probably doesn't support it.