本文介绍了对MSMQ使用硬件负载平衡器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们正在考虑使用硬件负载平衡器来拦截来自客户端的流量,并将其重定向到2个MSMQ群集.
We are thinking of using a Hardware load balancer to intercept traffic coming from the clients and redirect it to 2 MSMQ Clusters.
然后我们的应用程序将组合来自msmq群集的内容,并将其转发到其他应用程序.
Our application will then assemble the content coming from the msmq clusters and forward it on to other applications.
我们的客户必须指向一个IP(在这种情况下,我想它应该是负载均衡器上的IP),并且我们的消息是事务性的.
Our Clients have to be pointed to a Single IP (in this case i guess it would be a IP on the Load balancer) and Our Messages are transactional.
这可行吗?
谢谢.
推荐答案
- 油和水-MSMQ事务消息和负载平衡
- 负载平衡MSMQ-简短讨论
干杯
约翰·布雷克威尔(John Breakwell)
Cheers
John Breakwell
这篇关于对MSMQ使用硬件负载平衡器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!